summaryrefslogtreecommitdiff
path: root/httemplate/search/report_rt_transaction.html
diff options
context:
space:
mode:
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',
});
}