Fixing style errors.

This commit is contained in:
stickler-ci 2022-08-17 09:11:09 +00:00
parent 474d82b19c
commit 01d7f558ba

View File

@ -181,8 +181,7 @@ if (empty($reshook)) {
}
if (!$error) {
$result = $object->addLine($idprod,$qty,$qty_frozen,$disable_stock_change,$efficiency,-1,$bom_child_id,null);
$result = $object->addLine($idprod, $qty, $qty_frozen, $disable_stock_change, $efficiency, -1, $bom_child_id, null);
if ($result <= 0) {
setEventMessages($object->error, $object->errors, 'errors');