[freeside-commits] branch master updated. 6e7c716aed5b6b7d6477e767131b23ba69021a3c

Mitch Jackson mitch at freeside.biz
Wed Nov 29 11:46:54 PST 2017


The branch, master has been updated
       via  6e7c716aed5b6b7d6477e767131b23ba69021a3c (commit)
      from  abfb5eb4df9efd4be4fbf6ef60e770505e0f4151 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6e7c716aed5b6b7d6477e767131b23ba69021a3c
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Wed Nov 29 19:46:05 2017 +0000

    Add crednum (id) field to Credit Report RT#73200

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) };

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/cust_credit.html | 9 +++++++++
 1 file changed, 9 insertions(+)




More information about the freeside-commits mailing list