diff options
author | levinse <levinse> | 2011-05-21 18:56:45 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-21 18:56:45 +0000 |
commit | 6e39b5fce608de6c2fa532439b58e83c548814c9 (patch) | |
tree | 4b9b8dd5c84e6678bf17cfe3334dd15c84a9cb1d /httemplate/search/report_cust_pay.html | |
parent | e168ca3db2702bd9a540316cd9bd840238dd19ce (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/search/report_cust_pay.html')
-rw-r--r-- | httemplate/search/report_cust_pay.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index ea7a215fa..eca3d0975 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,5 +1,4 @@ -<% include( 'elements/report_cust_pay_or_refund.html', +<& elements/report_cust_pay_or_refund.html, 'thing' => 'pay', - 'name_singular' => 'payment', - ) -%> + 'name_singular' => emt('payment'), +&> |