2
0
forked from Wavyzz/dolibarr

Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

This commit is contained in:
Laurent Destailleur
2024-07-25 18:02:04 +02:00

View File

@@ -3171,7 +3171,7 @@ abstract class CommonObject
while ($row = $this->db->fetch_row($resql)) {
$rows[] = $row[0];
if (!empty($includealltree)) {
$rows = array_merge($rows, $this->getChildrenOfLine($row[0]), $includealltree);
$rows = array_merge($rows, $this->getChildrenOfLine($row[0], $includealltree));
}
}
}