mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +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
|
||||
*/
|
||||
class FichinterLigne
|
||||
class FichinterLigne extends CommonObject
|
||||
{
|
||||
var $db;
|
||||
var $error;
|
||||
|
||||
Reference in New Issue
Block a user