Uniformise trigger name
This commit is contained in:
parent
77e87b3c07
commit
2a7ada6643
@ -927,7 +927,7 @@ class SupplierProposal extends CommonObject
|
|||||||
if (! $notrigger)
|
if (! $notrigger)
|
||||||
{
|
{
|
||||||
// Call trigger
|
// Call trigger
|
||||||
$result=$this->call_trigger('SUPPLIER_PROPOSAL_CREATE',$user);
|
$result=$this->call_trigger('PROPAL_SUPPLIER_CREATE',$user);
|
||||||
if ($result < 0) { $error++; }
|
if ($result < 0) { $error++; }
|
||||||
// End call triggers
|
// End call triggers
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user