X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pay.cgi;h=3f5b72ab59833a8615ff461d130e4fe666e081bc;hb=fc1979c359ec54f2270f09480a9064e7b68019fe;hp=ba2bc63f03400c6e03fc8f2c494737acbeeedcfa;hpb=87227cd405166484ca7b791b2bd3c8829ce8d969;p=freeside.git diff --git a/httemplate/search/cust_pay.cgi b/httemplate/search/cust_pay.cgi index ba2bc63f0..3f5b72ab5 100755 --- a/httemplate/search/cust_pay.cgi +++ b/httemplate/search/cust_pay.cgi @@ -99,7 +99,8 @@ 'count_query' => $count_query, 'count_addl' => [ '$%.2f total paid', ], 'header' => - [ qw(Payment Amount Date), 'Contact name', 'Company', ], + [ qw(Payment Amount Date), 'Cust #', 'Contact name', + 'Company', ], 'fields' => [ sub { my $cust_pay = shift; @@ -115,6 +116,7 @@ }, sub { sprintf('$%.2f', shift->paid ) }, sub { time2str('%b %d %Y', shift->_date ) }, + 'custnum', sub { my $cust_main = shift->cust_main; $cust_main->get('last'). ', '. $cust_main->first; }, @@ -122,12 +124,14 @@ $cust_main->company; }, ], + 'align' => 'lrrrll', 'links' => [ '', '', '', $link, $link, + $link, ], ) %>