mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Look and feel v20 - All combo of categories are using the colored picto
This commit is contained in:
@@ -9126,7 +9126,7 @@ class Form
|
||||
|
||||
if ($rendermode == 0) {
|
||||
$arrayselected = array();
|
||||
$cate_arbo = $this->select_all_categories($type, '', 'parent', 64, 0, 1);
|
||||
$cate_arbo = $this->select_all_categories($type, '', 'parent', 64, 0, 3);
|
||||
foreach ($categories as $c) {
|
||||
$arrayselected[] = $c->id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user