diff options
Diffstat (limited to 'httemplate/browse/part_pkg_report_option.html')
-rw-r--r-- | httemplate/browse/part_pkg_report_option.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_pkg_report_option.html b/httemplate/browse/part_pkg_report_option.html index 9745b13d2..00f2e8388 100644 --- a/httemplate/browse/part_pkg_report_option.html +++ b/httemplate/browse/part_pkg_report_option.html @@ -6,7 +6,7 @@ 'disabled_statuspos' => 2, 'query' => { 'table' => 'part_pkg_report_option', 'hashref' => {}, - 'extra_sql' => 'ORDER BY name', + 'order_by' => 'ORDER BY name', }, 'count_query' => 'SELECT COUNT(*) FROM part_pkg_report_option', 'header' => [ '#', 'Class' ], |