class fichinterligne was not extending common object => error with trigger call

This commit is contained in:
Maxime Kohlhaas
2014-07-25 13:57:41 +02:00
parent 948bcaaad7
commit 393f32097b

View File

@@ -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;