[freeside-commits] branch FREESIDE_3_BRANCH updated. af6c7cfb1670812193223561fa3cfe7e6ba53acc
Ivan
ivan at 420.am
Wed Aug 26 11:09:55 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via af6c7cfb1670812193223561fa3cfe7e6ba53acc (commit)
via 0b9f4fda54241fef861fe64ed4970f6bf752d733 (commit)
from dd268209494ce9fc3491d02b8c3034a7dffc84e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit af6c7cfb1670812193223561fa3cfe7e6ba53acc
Merge: 0b9f4fd dd26820
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 26 10:46:56 2015 -0700
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
commit 0b9f4fda54241fef861fe64ed4970f6bf752d733
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 26 10:44:54 2015 -0700
fix category sort, backport from v4/master, RT#37800
diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html
index 2aa2857..63c700c 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',
},
-----------------------------------------------------------------------
Summary of changes:
httemplate/browse/pkg_class.html | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list