diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-03-25 12:19:13 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-03-25 12:19:13 -0700 |
commit | f7ca5f86edf89333bb657343c3b3c03df2d17f5b (patch) | |
tree | 38f6d22a6482ee95cc4b5ec51f7513d64f02f994 | |
parent | 009ee637a38d8bb9e5378a59b47f05493c7078b6 (diff) |
add customer sort header to credit report, RT#26025
-rwxr-xr-x | httemplate/search/cust_credit.html | 4 |
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, '', '', '', |