default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / search / cust_pay_void.html
1 <& elements/cust_pay_or_refund.html,
2                 'thing'         => 'pay_void',
3                 'amount_field'  => 'paid',
4                 'name_singular' => emt('voided payment'),
5                 'name_verb'     => emt('voided'), 
6                 'disable_by'    => 1, #showing original not voiding otaker
7                 'addl_header'   => [ emt('Void Date'), ],  
8                 'addl_fields'   => [
9                   sub { time2str('%b %d %Y', shift->void_date ) },
10                 ],
11                 'addl_sort_fields' => [ 'void_date' ],
12 &>