Fixing style errors.

This commit is contained in:
stickler-ci 2021-08-28 14:32:44 +00:00
parent faf1d52d91
commit 2ddebc123a

View File

@ -717,7 +717,7 @@ if (empty($reshook)) {
unset($_POST[$qty]); unset($_POST[$qty]);
} }
} }
} elsif (empty($conf->stock->enabled) && empty($conf->productbatch->enabled)) { // both product batch and stock are not activated. } elsif(empty($conf->stock->enabled) && empty($conf->productbatch->enabled)) { // both product batch and stock are not activated.
$qty = "qtyl".$line_id; $qty = "qtyl".$line_id;
$line->id = $line_id; $line->id = $line_id;
$line->qty = GETPOST($qty, 'int'); $line->qty = GETPOST($qty, 'int');