Fixing style errors.
This commit is contained in:
parent
ab2b445b53
commit
8f336b1e50
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user