diff options
author | Mark Wells <mark@freeside.biz> | 2015-09-09 21:51:40 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-09-09 21:51:40 -0700 |
commit | 1dd6898c05a298171fba7f38ef100036541d387e (patch) | |
tree | 2022fbc08d87409f5628837b847ebccb2dd2702a | |
parent | b3bcf26c00ae0a5685e1b5db82669c03321532ce (diff) | |
parent | e0dd3887a47d291f804d20fb5a47bf1587663160 (diff) |
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into 3.x
-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 = |