Class MouvementStock was not extending CommonObject so error on call_trigger function

This commit is contained in:
Maxime Kohlhaas 2014-07-29 15:45:53 +02:00
parent f61e9ecc04
commit 6349e5e4a2

View File

@ -28,7 +28,7 @@
/**
* Class to manage stock movements
*/
class MouvementStock
class MouvementStock extends CommonObject
{
var $error;
var $db;