Skip to content
Snippets Groups Projects
Commit 3a886dfe authored by Charles Benke's avatar Charles Benke
Browse files

Update mouvementstock.class.php

return mouvement id instead simply "1", i need to store the movement id on my factory modules (to update it at the end of the build process if it's need)
parent 60ac6978
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ class MouvementStock
if (! $error)
{
$this->db->commit();
return 1;
return mvid;
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment