summaryrefslogtreecommitdiff
path: root/httemplate/search/h_cust_pay.html
blob: 99330fadd05b873a0764337c08a759ff1bb4643d (plain)
1
2
3
4
5
6
7
8
9
<% include( 'elements/cust_pay_or_refund.html',
                'table'         => 'h_cust_pay',
                'amount_field'  => 'paid',
                'name_singular' => 'payment',
                'name_verb'     => 'paid',
                'pre_header'    => [ 'Transaction',    'By' ],
                'pre_fields'    => [ 'history_action', 'history_user' ],
          )
%>