Fixing style errors.
This commit is contained in:
parent
31ca781236
commit
e60cf96c8e
@ -722,10 +722,10 @@ if (empty($reshook)) {
|
|||||||
$line->id = $line_id;
|
$line->id = $line_id;
|
||||||
$line->qty = GETPOST($qty, 'int');
|
$line->qty = GETPOST($qty, 'int');
|
||||||
$line->entrepot_id = 0;
|
$line->entrepot_id = 0;
|
||||||
if ($line->update($user) < 0) {
|
if ($line->update($user) < 0) {
|
||||||
setEventMessages($line->error, $line->errors, 'errors');
|
setEventMessages($line->error, $line->errors, 'errors');
|
||||||
$error++;
|
$error++;
|
||||||
}
|
}
|
||||||
unset($_POST[$qty]);
|
unset($_POST[$qty]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user