summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-11-17 22:54:53 -0800
committerIvan Kohler <ivan@freeside.biz>2013-11-17 22:54:53 -0800
commitd705687fb371ac04ed371ce2de8a4bb2fc25ee18 (patch)
tree23431d4888a37d34c771bc0d58c24b0c7dad2679 /httemplate
parentdc94d71c66bc1c6fb3211fc553283ce9bb050dbd (diff)
sort by customer number on line item detail report, RT#26025
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/cust_bill_pkg.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index bbecb1928..6e110d64c 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -46,8 +46,9 @@
@peritem,
'invnum',
'_date',
- #'pay_amount',
- #'credit_amount',
+ '', #'pay_amount',
+ '', #'credit_amount',
+ FS::UI::Web::cust_sort_fields(),
],
'links' => [
@pkgnum_null,