From: Ivan Kohler Date: Wed, 26 Aug 2015 17:44:54 +0000 (-0700) Subject: fix category sort, backport from v4/master, RT#37800 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0b9f4fda54241fef861fe64ed4970f6bf752d733 fix category sort, backport from v4/master, RT#37800 --- diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html index 2aa2857a5..63c700ccc 100644 --- a/httemplate/browse/pkg_class.html +++ b/httemplate/browse/pkg_class.html @@ -5,6 +5,7 @@ 'disableable' => 1, 'disabled_statuspos' => 2, 'query' => { 'table' => 'pkg_class', + 'addl_from' => ' LEFT JOIN pkg_category USING (categorynum)', 'hashref' => {}, 'order_by' => 'ORDER BY classnum', },