Skip to content
Snippets Groups Projects
Commit 6bd112db authored by dolibarr95's avatar dolibarr95 Committed by GitHub
Browse files

Unify the trigger name

Should be COMPANY_RIB_MODIFY instead of COMPANY_RIB_UPDATE
parent 80715ec6
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment