Merge branch 'NEW_OF_Child' of github.com:atm-lena/dolibarr into NEW_OF_Child
This commit is contained in:
commit
27c70466c2
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user