close the popup when a collection is choosen

This commit is contained in:
tipaul 2004-12-02 16:44:27 +00:00
parent 600eef5da1
commit 8dbc4e8c64

View 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" -->