Browse Source

close the popup when a collection is choosen

3.0.x
tipaul 20 years ago
parent
commit
8dbc4e8c64
  1. 1
      koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_210c.tmpl

1
koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_210c.tmpl

@ -107,6 +107,7 @@ function report(index,summary)
var regexp= /(\d* \/ *)(.*)/;
var result=summary.match(regexp);
opener.document.f.field_value[index].value=result[2];
self.close();
}
</script>
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->

Loading…
Cancel
Save