Allow trigger call on update line (class ContratLine must extends

CommonObject to have method call_trigger)
This commit is contained in:
Florian HENRY 2014-07-11 11:32:27 +02:00
parent c7d31f4570
commit 14e3aa8a02

View File

@ -1834,7 +1834,7 @@ class Contrat extends CommonObject
/**
* Classe permettant la gestion des lignes de contrats
*/
class ContratLigne
class ContratLigne extends CommonObject
{
var $db; //!< To store db handler
var $error; //!< To return error code (or message)