Fixing style errors.

This commit is contained in:
stickler-ci 2022-02-21 09:09:39 +00:00
parent 0cbf374fa5
commit e02b82e346

View File

@ -96,7 +96,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();