@@ -, +, @@ --- .../value_builder/unimarc_field_225a.tmpl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tmpl @@ -8,6 +8,8 @@

Collection

+ OR new collection: +
@@ -17,11 +19,11 @@ function report() { var doc = opener.document; var field = doc.getElementById(""); - field.value = document.f_pop.f1.value; + field.value = document.f_pop.f2.value || document.f_pop.f1.value; window.close(); return false; } //]]> - + --