From 32276032c4c3754b6318b9b70a934a1f8fb52586 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 29 Mar 2012 14:34:24 -0700 Subject: additional fields for cash payments, #16821 --- httemplate/view/cust_pay.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'httemplate/view/cust_pay.html') diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index d02f1543d..f9c8bc19c 100644 --- a/httemplate/view/cust_pay.html +++ b/httemplate/view/cust_pay.html @@ -98,6 +98,28 @@ % } +% if ( $cust_pay->payby eq 'CASH' && $cust_pay->payinfo ) { + + <% mt('Bank') |h %> + <% $cust_pay->bank %> + + + + <% mt('Teller #') |h %> + <% $cust_pay->teller %> + + + + <% mt('Depositor') |h %> + <% $cust_pay->depositor %> + + + + <% mt('Account #') |h %> + <% $cust_pay->account %> + +% } + % if ( $conf->exists('pkg-balances') && $cust_pay->pkgnum ) { % my $cust_pkg = qsearchs('cust_pkg', { 'pkgnum' => $cust_pay->pkgnum } ); -- cgit v1.2.1