diff options
Diffstat (limited to 'httemplate/search/cust_pay.html')
| -rwxr-xr-x | httemplate/search/cust_pay.html | 9 |
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'), +&> |
