View | Details | Raw Unified | Return to bug 16613
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-1 / +2 lines)
Lines 163-168 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
163
        [% IF ( marcflavour == 'MARC21' ) %]
163
        [% IF ( marcflavour == 'MARC21' ) %]
164
            if ( tag == '000' ) {
164
            if ( tag == '000' ) {
165
                return "http://www.loc.gov/marc/bibliographic/bdleader.html";
165
                return "http://www.loc.gov/marc/bibliographic/bdleader.html";
166
            } else if ( tag >= '090' && tag < '100' ) {
167
                return "http://www.loc.gov/marc/bibliographic/bd09x.html";
166
            } else if ( tag < '900' ) {
168
            } else if ( tag < '900' ) {
167
                return "http://www.loc.gov/marc/bibliographic/bd" + tag + ".html";
169
                return "http://www.loc.gov/marc/bibliographic/bd" + tag + ".html";
168
            } else {
170
            } else {
169
- 

Return to bug 16613