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

Fix typo

Fix typo error in trigger name.
parent 60a54041
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ class CompanyBankAccount extends Account
if (! $error && ! $notrigger)
{
// Call trigger
$result=$this->call_trigger('COMAPNY_RIB_DELETE',$user);
$result=$this->call_trigger('COMPANY_RIB_DELETE',$user);
if ($result < 0) $error++;
// End call triggers
}
......
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