diff options
Diffstat (limited to 'httemplate/search/cust_pay.html')
-rwxr-xr-x | httemplate/search/cust_pay.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/cust_pay.html b/httemplate/search/cust_pay.html new file mode 100755 index 000000000..03474c1ef --- /dev/null +++ b/httemplate/search/cust_pay.html @@ -0,0 +1,6 @@ +<& elements/cust_pay_or_refund.html, + 'thing' => 'pay', + 'amount_field' => 'paid', + 'name_singular' => emt('payment'), + 'name_verb' => emt('paid'), +&> |