X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpkg_category.html;h=3a1bb26810f579f46fdfd25cb69a2fcf63983304;hp=3be74c7f55f86d5366ab419aecadb330d548886c;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924 diff --git a/httemplate/edit/pkg_category.html b/httemplate/edit/pkg_category.html index 3be74c7f5..3a1bb2681 100644 --- a/httemplate/edit/pkg_category.html +++ b/httemplate/edit/pkg_category.html @@ -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', },