From 2e5d7c4e1a26af8a8c0f4b5f08f1a683293b9686 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 1 Oct 2017 15:18:03 -0700 Subject: [PATCH] sort by referral count, RT#75757 --- httemplate/search/cust_main.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index d9499e9b0..30162506f 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 ], -- 2.11.0