close the popup when a collection is choosen
authortipaul <tipaul>
Thu, 2 Dec 2004 16:44:27 +0000 (16:44 +0000)
committertipaul <tipaul>
Thu, 2 Dec 2004 16:44:27 +0000 (16:44 +0000)
koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_210c.tmpl

index b24fb1e..793a952 100644 (file)
@@ -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" -->