From: Ivan Kohler Date: Tue, 25 Mar 2014 19:19:12 +0000 (-0700) Subject: add customer sort header to credit report, RT#26025 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9979b45f11a865efaa04f6938207b1243d042831 add customer sort header to credit report, RT#26025 --- 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, '', '', '',