diff options
Diffstat (limited to 'httemplate/search/cust_pay_void.html')
| -rwxr-xr-x | httemplate/search/cust_pay_void.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/httemplate/search/cust_pay_void.html b/httemplate/search/cust_pay_void.html index 431bb2c6b..5b247367b 100755 --- a/httemplate/search/cust_pay_void.html +++ b/httemplate/search/cust_pay_void.html @@ -1,13 +1,11 @@ -<% include( 'elements/cust_pay_or_refund.html', +<& elements/cust_pay_or_refund.html, 'thing' => 'pay_void', 'amount_field' => 'paid', - 'name_singular' => 'voided payment', - 'name_verb' => 'voided', # 'paid', + 'name_singular' => emt('voided payment'), + 'name_verb' => emt('voided'), 'disable_by' => 1, #showing original not voiding otaker - 'addl_header' => [ 'Void Date', ], # 'Void Reason' ], + 'addl_header' => [ emt('Void Date'), ], 'addl_fields' => [ sub { time2str('%b %d %Y', shift->void_date ) }, - #'reason', ], - ) -%> +&> |
