Update chargesociales.class.php
This commit is contained in:
parent
d762226a70
commit
ea2e46cccd
@ -191,7 +191,7 @@ class ChargeSociales extends CommonObject
|
|||||||
$this->id=$this->db->last_insert_id(MAIN_DB_PREFIX."chargesociales");
|
$this->id=$this->db->last_insert_id(MAIN_DB_PREFIX."chargesociales");
|
||||||
|
|
||||||
//dol_syslog("ChargesSociales::create this->id=".$this->id);
|
//dol_syslog("ChargesSociales::create this->id=".$this->id);
|
||||||
$result=$this->call_trigger('PAYMENTSOCIALECONTRIBUTION_CREATE',$user);
|
$result=$this->call_trigger('PAYMENTSOCIALCONTRIBUTION_CREATE',$user);
|
||||||
if ($result < 0) $error++;
|
if ($result < 0) $error++;
|
||||||
|
|
||||||
if(empty($error)) {
|
if(empty($error)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user