summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-07-08 00:35:48 +0000
committerivan <ivan>2008-07-08 00:35:48 +0000
commit87ad4342ec81f1913d74d71fc0049ff05da52153 (patch)
tree2c7e870c6354be6fae5a79483ddcb918a8085a8b /httemplate/search/cust_bill_pkg.cgi
parentebfe1accf36769736ab371d917ef8be21e408af2 (diff)
order by number for line items with the same datestamp
Diffstat (limited to 'httemplate/search/cust_bill_pkg.cgi')
-rw-r--r--httemplate/search/cust_bill_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index d9f254883..d04888177 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -185,7 +185,7 @@ my $query = {
FS::UI::Web::cust_sql_fields(),
),
'extra_sql' => $where,
- 'order_by' => 'ORDER BY _date',
+ 'order_by' => 'ORDER BY _date, billpkgnum',
};
my $ilink = [ "${p}view/cust_bill.cgi?", 'invnum' ];