summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay_void.html
blob: c639706dfaf6cc926789ccd16dab1a36abad3e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<& 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 ) },
                ],
                'addl_sort_fields' => [ 'void_date' ],
&>