From: Ivan Kohler Date: Wed, 26 Aug 2015 17:46:56 +0000 (-0700) Subject: Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=af6c7cfb1670812193223561fa3cfe7e6ba53acc;hp=dd268209494ce9fc3491d02b8c3034a7dffc84e4 Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH --- 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', },