diff options
author | ivan <ivan> | 2008-07-08 00:20:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-08 00:20:55 +0000 |
commit | ebfe1accf36769736ab371d917ef8be21e408af2 (patch) | |
tree | 646c1f7bed209af7805ed45f09977f05d293ce39 /httemplate/search | |
parent | e4363a48eab0797d5349b00f2d9f5f02bd2672bc (diff) |
order line item reports by date
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 1 |
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' ]; |