Skip to content

Commit

Permalink
Class MouvementStock was not extending CommonObject so error on call_…
Browse files Browse the repository at this point in the history
…trigger function
  • Loading branch information
atm-maxime committed Jul 29, 2014
1 parent f61e9ec commit 6349e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/stock/class/mouvementstock.class.php
Expand Up @@ -28,7 +28,7 @@
/**
* Class to manage stock movements
*/
class MouvementStock
class MouvementStock extends CommonObject
{
var $error;
var $db;
Expand Down

0 comments on commit 6349e5e

Please sign in to comment.