Fixing style errors.
This commit is contained in:
parent
210926d23a
commit
a8f69a2fb6
@ -281,7 +281,7 @@ if (empty($reshook)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if($permissiontoadd) {
|
if ($permissiontoadd) {
|
||||||
// Décrémentation
|
// Décrémentation
|
||||||
if ($action == 'confirm_destock' && $confirm == 'yes' && $object->status == $object::STATUS_VALIDATED) {
|
if ($action == 'confirm_destock' && $confirm == 'yes' && $object->status == $object::STATUS_VALIDATED) {
|
||||||
$lines = $object->getLinesArray();
|
$lines = $object->getLinesArray();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user