diff options
Diffstat (limited to 'httemplate/edit/process/cust_pay.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_pay.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_pay.cgi b/httemplate/edit/process/cust_pay.cgi index 15b26f9c6..50878f907 100755 --- a/httemplate/edit/process/cust_pay.cgi +++ b/httemplate/edit/process/cust_pay.cgi @@ -12,7 +12,7 @@ % } % if ( $link eq 'popup' ) { % -<% header(emt('Payment entered')) %> +<& /elements/header-popup.html, emt('Payment entered') &> <SCRIPT TYPE="text/javascript"> topreload(); </SCRIPT> |