71513: Card tokenization [v3 test tweak]
[freeside.git] / httemplate / browse / pkg_class.html
index 2aa2857..b4423f3 100644 (file)
@@ -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',
                                   },
@@ -19,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 =