diff options
Diffstat (limited to 'httemplate/browse/cust_category.html')
| -rw-r--r-- | httemplate/browse/cust_category.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cust_category.html b/httemplate/browse/cust_category.html index 4468d2f09..09168bac4 100644 --- a/httemplate/browse/cust_category.html +++ b/httemplate/browse/cust_category.html @@ -6,7 +6,7 @@ 'disabled_statuspos' => 2, 'query' => { 'table' => 'cust_category', 'hashref' => {}, - 'extra_sql' => 'ORDER BY categorynum', + 'order_by' => 'ORDER BY categorynum', }, 'count_query' => $count_query, 'header' => [ '#', 'Category' ], |
