diff options
| author | ivan <ivan> | 2010-11-11 01:44:50 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-11-11 01:44:50 +0000 |
| commit | 772a99e959e5a1fa25fde0d0080eccb9d8f6e1d0 (patch) | |
| tree | e9bedbf8fccb16b7374422e09a6b9649226a4aac /httemplate/search/cust_pkg_svc.html | |
| parent | 9e8c4a41aa10f40c7c8fc744e37ea8b21d4dce1e (diff) | |
sort by clicking on headers, RT#6465
Diffstat (limited to 'httemplate/search/cust_pkg_svc.html')
| -rw-r--r-- | httemplate/search/cust_pkg_svc.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg_svc.html b/httemplate/search/cust_pkg_svc.html index 4f27d6617..9c5b32fc7 100644 --- a/httemplate/search/cust_pkg_svc.html +++ b/httemplate/search/cust_pkg_svc.html @@ -78,7 +78,8 @@ my $sql_query = { 'table' => 'cust_svc', 'addl_from' => $addl_from, 'hashref' => {}, - 'extra_sql' => "$extra_sql $orderby", + 'extra_sql' => $extra_sql, + 'order_by' => $orderby, }; #warn Dumper($sql_query)."\n"; |
