[freeside-commits] branch FREESIDE_3_BRANCH updated. e0dd3887a47d291f804d20fb5a47bf1587663160

Ivan ivan at 420.am
Wed Sep 9 17:28:18 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  e0dd3887a47d291f804d20fb5a47bf1587663160 (commit)
       via  aaecb642260b19488b469e57e5b1a11abcd87620 (commit)
      from  75d07cc54b2e54e50bff80203c6065b215ee5d1c (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 e0dd3887a47d291f804d20fb5a47bf1587663160
Merge: aaecb64 75d07cc
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Sep 9 17:28:14 2015 -0700

    no need for scalar


commit aaecb642260b19488b469e57e5b1a11abcd87620
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Sep 9 17:25:58 2015 -0700

    fix package class browse in 3.x?  RT#38073

diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html
index 63c700c..b4423f3 100644
--- a/httemplate/browse/pkg_class.html
+++ b/httemplate/browse/pkg_class.html
@@ -20,6 +20,8 @@
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
 
+local($FS::Record::qsearch_qualify_columns) = 1;
+
 my $conf = new FS::Conf;
 
 my $html_init = 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/browse/pkg_class.html |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list