mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Look and feel v20 - All combo of categories are using the colored picto
This commit is contained in:
@@ -463,7 +463,7 @@ class FormTicket
|
||||
// Categories
|
||||
if (isModEnabled('category')) {
|
||||
include_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
|
||||
$cate_arbo = $form->select_all_categories(Categorie::TYPE_TICKET, '', 'parent', 64, 0, 1);
|
||||
$cate_arbo = $form->select_all_categories(Categorie::TYPE_TICKET, '', 'parent', 64, 0, 3);
|
||||
|
||||
if (count($cate_arbo)) {
|
||||
// Categories
|
||||
|
||||
Reference in New Issue
Block a user