X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_credit.html;h=faaa7a817b55c0bf6ea9fc5b2816a0922c143137;hb=efccaa2d081bfcaaddcf9d89da3c2a065b4caafb;hp=c46caba13e53bf9dfcba2c19a5b4483c4058fd72;hpb=87227cd405166484ca7b791b2bd3c8829ce8d969;p=freeside.git diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index c46caba13..faaa7a817 100755 --- a/httemplate/search/cust_credit.html +++ b/httemplate/search/cust_credit.html @@ -50,11 +50,13 @@ 'count_addl' => [ '$%.2f total credited', ], #'redirect' => $link, 'header' => - [ qw(Amount Date), 'Contact name', qw(Company By Reason) ], + [ qw(Amount Date), 'Cust #', 'Contact name', + qw(Company By Reason) ], 'fields' => [ #'crednum', sub { sprintf('$%.2f', shift->amount ) }, sub { time2str('%b %d %Y', shift->_date ) }, + 'custnum', sub { my $cust_main = shift->cust_main; $cust_main->get('last'). ', '. $cust_main->first; }, @@ -64,11 +66,13 @@ 'otaker', 'reason', ], + 'align' => 'rrrllll', 'links' => [ '', '', $clink, $clink, + $clink, '', '', ],