This commit is contained in:
Christophe Battarel 2021-03-05 08:40:26 +01:00
parent acea36acf2
commit acb8741849

View File

@ -576,7 +576,7 @@ class MouvementStock extends CommonObject
$error++;
$this->errors[] = $langs->trans("SerialNumberAlreadyInUse", $batch, $product->ref);
}
elseif { $qty > 1 }
elseif ( $qty > 1 )
{
$error++;
$this->errors[] = $langs->trans("TooManyQtyForSerialNumber", $product->ref, $batch);