Fix: manquait point virgule

This commit is contained in:
Regis Houssin 2007-03-30 09:31:32 +00:00
parent 9fe206d9b9
commit 72c19623a8

View File

@ -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;