X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_credit.html;h=1ffa302c8a6c9deadb9383369ecf3acb0570d5c9;hp=4de50a03501f02297efc55bbcf31021b07fce4ad;hb=fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3;hpb=0e4e128273e2e9ade0073c7c8a71fe95b9e19bc7 diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index 4de50a035..1ffa302c8 100755 --- a/httemplate/search/cust_credit.html +++ b/httemplate/search/cust_credit.html @@ -43,6 +43,15 @@ $show_voided_credits = $cgi->param('show_voided_credits') my (@header, @fields, @sort_fields, $align, @links, @color, @style); $align = ''; +# Report Column: crednum +push @header, emt('Ref No'); +push @fields, sub { shift->crednum }; +push @sort_fields, ''; +$align .= 'l'; +push @links, ''; +push @color, ''; +push @style, ''; + # Report Column: Amount push @header, emt('Amount'); push @fields, sub { $money_char .sprintf('%.2f', shift->amount) };