Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-25 07:08:22 +00:00
parent 5af9784dc9
commit 5d051cc901
3 changed files with 2 additions and 3 deletions

View File

@ -2598,7 +2598,6 @@ class CommandeFournisseur extends CommonOrder
// redefine quantity according to packaging // redefine quantity according to packaging
if (!empty($conf->global->PRODUCT_USE_SUPPLIER_PACKAGING)) if (!empty($conf->global->PRODUCT_USE_SUPPLIER_PACKAGING))
{ {
if ($qty < $this->line->packaging) if ($qty < $this->line->packaging)
{ {
$qty = $this->line->packaging; $qty = $this->line->packaging;