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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt (-2 / +1 lines)
Lines 188-194 Link Here
188
//<![CDATA[
188
//<![CDATA[
189
function report() {
189
function report() {
190
    var doc   = opener.document;
190
    var doc   = opener.document;
191
    var field = doc.getElementById("[% index %]");
191
    var field = doc.getElementById("[% index | html %]");
192
192
193
    field.value ='     '+document.f_pop.f5.value+document.f_pop.f6.value+'  '+document.f_pop.f9.value+'22     '+document.f_pop.f17.value+'  '+'45  ';
193
    field.value ='     '+document.f_pop.f5.value+document.f_pop.f6.value+'  '+document.f_pop.f9.value+'22     '+document.f_pop.f17.value+'  '+'45  ';
194
194
195
- 

Return to bug 24698