diff options
| author | levinse <levinse> | 2011-05-21 18:46:33 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-05-21 18:46:33 +0000 |
| commit | e168ca3db2702bd9a540316cd9bd840238dd19ce (patch) | |
| tree | bd44fa2aa4ca6da1c022127d91a501d5bf1a37b1 /httemplate/search/cust_pay_void.html | |
| parent | 2db5d3e1c4d5a48ad15b59efd2f66957937421aa (diff) | |
internationalization/localization, RT12515
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', ], - ) -%> +&> |
