X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pay_void.html;h=5b247367b82ac385e313bbaf8944d96f6783baf2;hb=8dba5cb96454bf8ec81333ebac381180731396f1;hp=431bb2c6b9be99a1a99ccbcf3383fad107a3469e;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git 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', ], - ) -%> +&>