summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-25 12:19:12 -0700
committerIvan Kohler <ivan@freeside.biz>2014-03-25 12:19:12 -0700
commit9979b45f11a865efaa04f6938207b1243d042831 (patch)
tree2e544dfd88d93288e375a6b72c9381a8be8d72fc
parent0ff92893b362e053d6620171c333af3ec1a32358 (diff)
add customer sort header to credit report, RT#26025
-rwxr-xr-xhttemplate/search/cust_credit.html4
1 files 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, '',
'',
'',