link new tax report to cust_credit_bill_pkg for credits, RT#12332
[freeside.git] / httemplate / search / cust_pay_void.html
1 <% include( 'elements/cust_pay_or_refund.html',
2                 'thing'         => 'pay_void',
3                 'amount_field'  => 'paid',
4                 'name_singular' => 'voided payment',
5                 'name_verb'     => 'voided', # 'paid',
6                 'disable_by'    => 1, #showing original not voiding otaker
7                 'addl_header'   => [ 'Void Date', ],  # 'Void Reason' ],
8                 'addl_fields'   => [
9                   sub { time2str('%b %d %Y', shift->void_date ) },
10                   #'reason',
11                 ],
12           )
13 %>