Look and feel v20 - All combo of categories are using the colored picto

This commit is contained in:
Laurent Destailleur
2024-04-24 02:40:53 +02:00
parent 77a475269e
commit 1908d6cf98
22 changed files with 36 additions and 36 deletions

View File

@@ -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;
}