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