Fixing style errors.

This commit is contained in:
stickler-ci 2022-04-28 10:09:02 +00:00
parent f0e65e8bdd
commit 6ab88d0169

View File

@ -310,7 +310,7 @@ class Inventory extends CommonObject
if ($conf->productbatch->enabled) {
$inventoryline->qty_stock = ($obj->batch ? $obj->qty : $obj->reel); // If there is batch detail, we take qty for batch, else global qty
}else{
} else {
$inventoryline->qty_stock = $obj->reel;
}