[freeside-commits] branch FREESIDE_3_BRANCH updated. f7ca5f86edf89333bb657343c3b3c03df2d17f5b
Ivan
ivan at 420.am
Tue Mar 25 12:19:14 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via f7ca5f86edf89333bb657343c3b3c03df2d17f5b (commit)
from 009ee637a38d8bb9e5378a59b47f05493c7078b6 (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 f7ca5f86edf89333bb657343c3b3c03df2d17f5b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Mar 25 12:19:13 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