summaryrefslogtreecommitdiff
path: root/httemplate/search/report_rt_transaction.html
diff options
context:
space:
mode:
authorivan <ivan>2010-11-20 23:00:44 +0000
committerivan <ivan>2010-11-20 23:00:44 +0000
commit8434c035ec368c2e75a9f2ba0745cdbe6126a540 (patch)
tree972cae92d3ed36427535e68cbe806bb7cdfd22eb /httemplate/search/report_rt_transaction.html
parent3e7c6b4db8429396932e159ec5b455ed188b8a43 (diff)
time worked summary report, RT#7573
Diffstat (limited to 'httemplate/search/report_rt_transaction.html')
-rw-r--r--httemplate/search/report_rt_transaction.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/report_rt_transaction.html b/httemplate/search/report_rt_transaction.html
index 61445bd1e..0232b8070 100644
--- a/httemplate/search/report_rt_transaction.html
+++ b/httemplate/search/report_rt_transaction.html
@@ -50,6 +50,7 @@ if ( @pkgparts ) {
'addl_from' => ' LEFT JOIN cust_svc USING ( svcnum ) '.
' LEFT JOIN cust_pkg USING ( pkgnum ) ',
'extra_sql' => 'WHERE pkgpart IN ('. join(',', @pkgparts). ')',
+ 'order_by' => 'ORDER BY username',
});
}