Merge branch 'NEW_OF_Child' of github.com:atm-lena/dolibarr into NEW_OF_Child

This commit is contained in:
atm-lena 2022-02-21 10:14:19 +01:00
commit 27c70466c2

View File

@ -100,7 +100,6 @@ $resql = $db->query($sql);
if ($resql) {
// Loop on all the sub-BOM lines if they exist
while ($obj = $db->fetch_object($resql)) {
$sub_bom_product = new Product($db);
$sub_bom_product->fetch($obj->fk_product);
$sub_bom_product->load_stock();