Fixing style errors.

This commit is contained in:
stickler-ci 2022-08-24 10:20:16 +00:00
parent ab2b445b53
commit 8f336b1e50
2 changed files with 361 additions and 363 deletions

View File

@ -194,7 +194,6 @@ if ($action == 'addline' && $user->rights->bom->write) {
unset($_POST['qty']); unset($_POST['qty']);
unset($_POST['qty_frozen']); unset($_POST['qty_frozen']);
unset($_POST['disable_stock_change']); unset($_POST['disable_stock_change']);
} }
$object->fetchLines(); $object->fetchLines();
@ -235,7 +234,6 @@ if ($action == 'updateline' && $user->rights->bom->write) {
unset($_POST['qty']); unset($_POST['qty']);
unset($_POST['qty_frozen']); unset($_POST['qty_frozen']);
unset($_POST['disable_stock_change']); unset($_POST['disable_stock_change']);
} }
$object->fetchLines(); $object->fetchLines();