Fixing style errors.
This commit is contained in:
parent
0cbf374fa5
commit
e02b82e346
@ -96,7 +96,6 @@ $resql = $db->query($sql);
|
|||||||
if ($resql) {
|
if ($resql) {
|
||||||
// Loop on all the sub-BOM lines if they exist
|
// Loop on all the sub-BOM lines if they exist
|
||||||
while ($obj = $db->fetch_object($resql)) {
|
while ($obj = $db->fetch_object($resql)) {
|
||||||
|
|
||||||
$sub_bom_product = new Product($db);
|
$sub_bom_product = new Product($db);
|
||||||
$sub_bom_product->fetch($obj->fk_product);
|
$sub_bom_product->fetch($obj->fk_product);
|
||||||
$sub_bom_product->load_stock();
|
$sub_bom_product->load_stock();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user