[freeside-commits] branch FREESIDE_3_BRANCH updated. fdc037ba12d1f365d756ed11937a6bfd3e66af0b
Ivan
ivan at 420.am
Sun Oct 1 15:18:08 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via fdc037ba12d1f365d756ed11937a6bfd3e66af0b (commit)
from 4559e7e64ea925a799d240d0d44faaaf487e68fc (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 fdc037ba12d1f365d756ed11937a6bfd3e66af0b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Oct 1 15:18:06 2017 -0700
sort by referral count, RT#75757
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html
index 30a893a..18c9e15 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