From 9979b45f11a865efaa04f6938207b1243d042831 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 25 Mar 2014 12:19:12 -0700 Subject: [PATCH] add customer sort header to credit report, RT#26025 --- httemplate/search/cust_credit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index 45261711b..18908fd1f 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, '', '', '', -- 2.11.0