Uniformise trigger name

This commit is contained in:
BENKE Charlie 2016-10-07 12:07:17 +02:00 committed by GitHub
parent 77e87b3c07
commit 2a7ada6643

View File

@ -927,7 +927,7 @@ class SupplierProposal extends CommonObject
if (! $notrigger)
{
// Call trigger
$result=$this->call_trigger('SUPPLIER_PROPOSAL_CREATE',$user);
$result=$this->call_trigger('PROPAL_SUPPLIER_CREATE',$user);
if ($result < 0) { $error++; }
// End call triggers
}