forked from Wavyzz/dolibarr
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user