replace mvid by $mvid, wrong week-end

This commit is contained in:
BENKE Charles 2014-06-22 22:59:25 +02:00
parent 3a886dfeb4
commit 13ce63ce99

View File

@ -265,7 +265,7 @@ class MouvementStock
if (! $error)
{
$this->db->commit();
return mvid;
return $mvid;
}
else
{