close the popup when a collection is choosen
This commit is contained in:
parent
600eef5da1
commit
8dbc4e8c64
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue