diff options
-rw-r--r-- | httemplate/browse/pkg_class.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 = |