[freeside-commits] branch FREESIDE_4_BRANCH updated. 5e57e76cd2951e685e9205d8aa533087d5a74a0e
Ivan
ivan at 420.am
Sun Oct 1 15:18:06 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 5e57e76cd2951e685e9205d8aa533087d5a74a0e (commit)
from e786870dfc0f7d1f1b84c18a8de8f5dc402ed40a (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 5e57e76cd2951e685e9205d8aa533087d5a74a0e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Oct 1 15:18:05 2017 -0700
sort by referral count, RT#75757
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index 089947d..22996a2 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