summaryrefslogtreecommitdiff
path: root/httemplate/search
diff options
context:
space:
mode:
authorivan <ivan>2008-07-08 00:20:55 +0000
committerivan <ivan>2008-07-08 00:20:55 +0000
commitebfe1accf36769736ab371d917ef8be21e408af2 (patch)
tree646c1f7bed209af7805ed45f09977f05d293ce39 /httemplate/search
parente4363a48eab0797d5349b00f2d9f5f02bd2672bc (diff)
order line item reports by date
Diffstat (limited to 'httemplate/search')
-rw-r--r--httemplate/search/cust_bill_pkg.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index b6d3ac313..d9f254883 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -185,6 +185,7 @@ my $query = {
FS::UI::Web::cust_sql_fields(),
),
'extra_sql' => $where,
+ 'order_by' => 'ORDER BY _date',
};
my $ilink = [ "${p}view/cust_bill.cgi?", 'invnum' ];