diff options
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" |
