Class MouvementStock was not extending CommonObject so error on call_trigger function
This commit is contained in:
parent
f61e9ecc04
commit
6349e5e4a2
@ -28,7 +28,7 @@
|
|||||||
/**
|
/**
|
||||||
* Class to manage stock movements
|
* Class to manage stock movements
|
||||||
*/
|
*/
|
||||||
class MouvementStock
|
class MouvementStock extends CommonObject
|
||||||
{
|
{
|
||||||
var $error;
|
var $error;
|
||||||
var $db;
|
var $db;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user