[freeside-commits] branch master updated. 2e5d7c4e1a26af8a8c0f4b5f08f1a683293b9686
Ivan
ivan at 420.am
Sun Oct 1 15:18:04 PDT 2017
The branch, master has been updated
via 2e5d7c4e1a26af8a8c0f4b5f08f1a683293b9686 (commit)
from 467d7dc761ec4492aa285771920be1def76ea831 (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 2e5d7c4e1a26af8a8c0f4b5f08f1a683293b9686
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Oct 1 15:18:03 2017 -0700
sort by referral count, RT#75757
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index d9499e9..3016250 100755
--- a/httemplate/search/cust_main.html
+++ b/httemplate/search/cust_main.html
@@ -13,10 +13,10 @@
\&FS::UI::Web::cust_fields,
@extra_fields,
],
- #'sort_fields' => [
- # FS::UI::Web::cust_sort_fields(),
- # @extra_sort_fields,
- #],
+ 'sort_fields' => [
+ FS::UI::Web::cust_sort_fields(),
+ @extra_sort_fields,
+ ],
'color' => [ FS::UI::Web::cust_colors(),
map '', @extra_fields
],
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/cust_main.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
More information about the freeside-commits
mailing list