diff options
author | levinse <levinse> | 2011-05-23 16:25:27 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-23 16:25:27 +0000 |
commit | b5dbd9e1bcbb701a20ed23e723b1e0105fd7c1a1 (patch) | |
tree | 982841fb75a9997045f4a7f665a9f365f3bfde33 /httemplate/edit/process/cust_pay.cgi | |
parent | d884f87c167fa00a24b2347c46606585b8420657 (diff) |
internationalization/localization, RT12515
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 d6bbf06b0..2c77e6b57 100755 --- a/httemplate/edit/process/cust_pay.cgi +++ b/httemplate/edit/process/cust_pay.cgi @@ -11,7 +11,7 @@ % } % if ( $link eq 'popup' ) { % -<% header('Payment entered') %> +<% header(emt('Payment entered')) %> <SCRIPT TYPE="text/javascript"> window.top.location.reload(); </SCRIPT> |