X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_credit.html;h=1b39b051d994a98d7d3f5d4d2581ee1ac401f0c6;hp=0ec463f2c50521219f6c8cb5d629d04a4ea26684;hb=24a8ce8e5163b2916503c277854aba96ca52a047;hpb=c4c672f46cb51ee69c32be1de6c50a28a427b3b3 diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index 0ec463f2c..1b39b051d 100755 --- a/httemplate/search/cust_credit.html +++ b/httemplate/search/cust_credit.html @@ -56,24 +56,29 @@ if ($unapplied) { push @header, emt('Date'), emt('By'), emt('Reason'), + emt('Info'), ; push @fields, sub { time2str('%b %d %Y', shift->_date ) }, 'otaker', - 'reason', + 'reason_only', + 'addlinfo', ; -push @sort_fields, '_date', 'otaker', 'reason'; -$align .= 'rll'; +push @sort_fields, '_date', 'otaker', 'reasonnum', 'addlinfo'; +$align .= 'rlll'; push @links, '', '', '', + '', ; push @color, '', '', '', + '', ; push @style, '', '', '', + '', ; # insert customer email after 'Reason' if this is a commission report