fix typo
This commit is contained in:
parent
acea36acf2
commit
acb8741849
@ -576,7 +576,7 @@ class MouvementStock extends CommonObject
|
|||||||
$error++;
|
$error++;
|
||||||
$this->errors[] = $langs->trans("SerialNumberAlreadyInUse", $batch, $product->ref);
|
$this->errors[] = $langs->trans("SerialNumberAlreadyInUse", $batch, $product->ref);
|
||||||
}
|
}
|
||||||
elseif { $qty > 1 }
|
elseif ( $qty > 1 )
|
||||||
{
|
{
|
||||||
$error++;
|
$error++;
|
||||||
$this->errors[] = $langs->trans("TooManyQtyForSerialNumber", $product->ref, $batch);
|
$this->errors[] = $langs->trans("TooManyQtyForSerialNumber", $product->ref, $batch);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user