summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-19 19:03:56 +0000
committerlevinse <levinse>2011-05-19 19:03:56 +0000
commitaccf803227b745b7082db3dbbd543b92d3a0f570 (patch)
treeef872023e71922acbb6c501973787d5ec2c192a5 /httemplate/search/cust_pay.html
parent6d138a5407f86e220b7e58f3205a13573d451e43 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/search/cust_pay.html')
-rwxr-xr-xhttemplate/search/cust_pay.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/httemplate/search/cust_pay.html b/httemplate/search/cust_pay.html
index 65bd39e19..03474c1ef 100755
--- a/httemplate/search/cust_pay.html
+++ b/httemplate/search/cust_pay.html
@@ -1,7 +1,6 @@
-<% include( 'elements/cust_pay_or_refund.html',
+<& elements/cust_pay_or_refund.html,
'thing' => 'pay',
'amount_field' => 'paid',
- 'name_singular' => 'payment',
- 'name_verb' => 'paid',
- )
-%>
+ 'name_singular' => emt('payment'),
+ 'name_verb' => emt('paid'),
+&>