summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-11-17 22:54:52 -0800
committerIvan Kohler <ivan@freeside.biz>2013-11-17 22:54:52 -0800
commite77413eda0cd0e13d0acd9edaae9fe1451248346 (patch)
tree42ada2da55c8b38f21abb64dac343f00fc8833c2 /httemplate
parentc3d33450dd1d457bc8b8c008fe17ffc9128201b1 (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 d86641de3..f87862a3d 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -49,8 +49,9 @@
@currency,
'invnum',
'_date',
- #'pay_amount',
- #'credit_amount',
+ '', #'pay_amount',
+ '', #'credit_amount',
+ FS::UI::Web::cust_sort_fields(),
],
'links' => [
@pkgnum_null,