Skip to content

Commit

Permalink
Allow trigger call on update line (class ContratLine must extends
Browse files Browse the repository at this point in the history
CommonObject to have method call_trigger)
  • Loading branch information
FHenry committed Jul 11, 2014
1 parent c7d31f4 commit 14e3aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contrat/class/contrat.class.php
Expand Up @@ -1834,7 +1834,7 @@ function initAsSpecimen()
/**
* 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)
Expand Down

0 comments on commit 14e3aa8

Please sign in to comment.