From aaecb642260b19488b469e57e5b1a11abcd87620 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 9 Sep 2015 17:25:58 -0700 Subject: [PATCH] fix package class browse in 3.x? RT#38073 --- httemplate/browse/pkg_class.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html index 63c700ccc..b4423f3a9 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 = -- 2.11.0