Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / edit / pkg_category.html
index 3be74c7..3a1bb26 100644 (file)
@@ -4,13 +4,18 @@
               'fields' => [
                             'categoryname',
                             'weight',
-                            { field=>'condense', type=>'checkbox', value=>'Y', },
-                            { field=>'disabled', type=>'checkbox', value=>'Y', },
+                            { field=>'ticketing_queueid',
+                              type =>'select-ticketing_queueid',
+                              post_options => [ -1 => 'Agent-specific queue' ],
+                            },
+                            { field=>'condense', type=>'checkbox', value=>'Y' },
+                            { field=>'disabled', type=>'checkbox', value=>'Y' },
                           ],
               'labels' => {
                             'categorynum'  => 'Category number',
                             'categoryname' => 'Category name',
                             'weight'       => 'Weight',
+                            'ticketing_queueid' => 'Appointment ticketing queue',
                             'condense'     => 'Collapse identical items to one',
                             'disabled'     => 'Disable category',
                           },