mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -1260,7 +1260,7 @@ class Categorie extends CommonObject
|
||||
|
||||
dol_syslog(get_class($this)."::get_full_arbo dol_sort_array", LOG_DEBUG);
|
||||
|
||||
$this->cats = dol_sort_array($this->cats, 'fulllabel', 'asc', 1, 0, 1);
|
||||
$this->cats = dol_sort_array($this->cats, 'fulllabel', 'asc', 1, 0, 1); // Sort on full label like "Label 1 >> Sublabel a >> Subsublabel"
|
||||
|
||||
return $this->cats;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user