mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
class fichinterligne was not extending common object => error with trigger call
This commit is contained in:
@@ -998,7 +998,7 @@ class Fichinter extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Classe permettant la gestion des lignes d'intervention
|
* Classe permettant la gestion des lignes d'intervention
|
||||||
*/
|
*/
|
||||||
class FichinterLigne
|
class FichinterLigne extends CommonObject
|
||||||
{
|
{
|
||||||
var $db;
|
var $db;
|
||||||
var $error;
|
var $error;
|
||||||
|
|||||||
Reference in New Issue
Block a user