Unify the trigger name
Should be COMPANY_RIB_MODIFY instead of COMPANY_RIB_UPDATE
This commit is contained in:
parent
80715ec61b
commit
6bd112db5e
@ -174,7 +174,7 @@ class CompanyBankAccount extends Account
|
||||
if (! $notrigger)
|
||||
{
|
||||
// Call trigger
|
||||
$result=$this->call_trigger('COMPANY_RIB_UPDATE',$user);
|
||||
$result=$this->call_trigger('COMPANY_RIB_MODIFY',$user);
|
||||
if ($result < 0) $error++;
|
||||
// End call triggers
|
||||
if(! $error )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user