Fix: manquait point virgule
This commit is contained in:
parent
9fe206d9b9
commit
72c19623a8
@ -173,7 +173,7 @@ class MouvementStock
|
|||||||
|
|
||||||
foreach($pids as $pid)
|
foreach($pids as $pid)
|
||||||
{
|
{
|
||||||
$this->_create($user, $pid, $entrepot_id, $qty, $type, $price=0)
|
$this->_create($user, $pid, $entrepot_id, $qty, $type, $price=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $error;
|
return $error;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user