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/cust_bill_pay.cgi | |
parent | d884f87c167fa00a24b2347c46606585b8420657 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/edit/cust_bill_pay.cgi')
-rwxr-xr-x | httemplate/edit/cust_bill_pay.cgi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/httemplate/edit/cust_bill_pay.cgi b/httemplate/edit/cust_bill_pay.cgi index 532db6a6e..f620fc57a 100755 --- a/httemplate/edit/cust_bill_pay.cgi +++ b/httemplate/edit/cust_bill_pay.cgi @@ -1,11 +1,10 @@ -<% include('elements/ApplicationCommon.html', +<& elements/ApplicationCommon.html, 'form_action' => 'process/cust_bill_pay.cgi', 'src_table' => 'cust_pay', - 'src_thing' => 'payment', + 'src_thing' => emt('payment'), 'dst_table' => 'cust_bill', - 'dst_thing' => 'invoice', - ) -%> + 'dst_thing' => emt('invoice'), +&> <%init> die "access denied" |