Lines 113-121
require( [ 'koha-backend', 'widget' ], function( KohaBackend, Widget ) {
Link Here
|
113 |
}, |
113 |
}, |
114 |
} ); |
114 |
} ); |
115 |
|
115 |
|
116 |
/* Check to see if there are any Control Number entries |
116 |
/* Check to see if there are any Control Number entries |
117 |
* in the authorised values table. |
117 |
* in the authorised values table. |
118 |
* If not, let's not show the widget |
118 |
* If not, let's not show the widget |
119 |
*/ |
119 |
*/ |
120 |
var reg001 = KohaBackend.GetAuthorisedValues( 'CONTROL_NUM_SEQUENCE'); |
120 |
var reg001 = KohaBackend.GetAuthorisedValues( 'CONTROL_NUM_SEQUENCE'); |
121 |
if(reg001) { |
121 |
if(reg001) { |
122 |
- |
|
|