[freeside-commits] branch master updated. 9979b45f11a865efaa04f6938207b1243d042831

Ivan ivan at 420.am
Tue Mar 25 12:19:13 PDT 2014


The branch, master has been updated
       via  9979b45f11a865efaa04f6938207b1243d042831 (commit)
      from  0ff92893b362e053d6620171c333af3ec1a32358 (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 9979b45f11a865efaa04f6938207b1243d042831
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Mar 25 12:19:12 2014 -0700

    add customer sort header to credit report, RT#26025

diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html
index 4526171..18908fd 100755
--- a/httemplate/search/cust_credit.html
+++ b/httemplate/search/cust_credit.html
@@ -63,8 +63,8 @@ push @fields, sub { time2str('%b %d %Y', shift->_date ) },
               'reason',
               \&FS::UI::Web::cust_fields,
               ;
-push @sort_fields, '_date', 'otaker', 'reason';
-$align .= 'rll'.FS::UI::Web::cust_aligns(),
+push @sort_fields, '_date', 'otaker', 'reason', FS::UI::Web::cust_sort_fields();
+$align .= 'rll'.FS::UI::Web::cust_aligns();
 push @links,  '',
               '',
               '',

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

Summary of changes:
 httemplate/search/cust_credit.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list