summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay_void.html
blob: 5b247367b82ac385e313bbaf8944d96f6783baf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<& elements/cust_pay_or_refund.html,
                'thing'         => 'pay_void',
                'amount_field'  => 'paid',
                'name_singular' => emt('voided payment'),
                'name_verb'     => emt('voided'), 
                'disable_by'    => 1, #showing original not voiding otaker
                'addl_header'   => [ emt('Void Date'), ],  
                'addl_fields'   => [
                  sub { time2str('%b %d %Y', shift->void_date ) },
                ],
&>