MT3499 : cataloguing authid not reported
authid would not be correctly updated in bibliorecord. Biblio record would not receive the correct authid in subfield 9 but some erroneous data Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
8f56c04998
commit
208b835310
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,6 @@
|
|||
<!-- TMPL_IF NAME="clear" -->
|
||||
if (subfield){subfield.value="" ;}
|
||||
<!--TMPL_ELSE-->
|
||||
if(code.value=='9'){
|
||||
subfield.value = "<!-- TMPL_VAR ESCAPE="JS" NAME="authid" -->";
|
||||
}
|
||||
<!-- TMPL_LOOP NAME="0XX" -->
|
||||
<!-- TMPL_LOOP NAME="subfield" -->
|
||||
if (code.value == "<!-- TMPL_VAR ESCAPE="JS" NAME="marc_subfield" -->"){
|
||||
|
@ -33,6 +30,9 @@
|
|||
}
|
||||
<!-- /TMPL_LOOP -->
|
||||
<!-- /TMPL_LOOP -->
|
||||
if(code.value=='9'){
|
||||
subfield.value = "<!-- TMPL_VAR ESCAPE="JS" NAME="authid" -->";
|
||||
}
|
||||
<!--/TMPL_IF-->
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue