This commit is contained in:
Laurent Destailleur 2017-09-24 23:40:42 +02:00
parent 971e59395c
commit af384f14ae

View File

@ -360,7 +360,7 @@ if (empty($reshook))
// For triggers
$line->id = $lineid;
if ($line->delete() > 0)
if ($line->delete($user) > 0)
{
$result=$object->update_price(1);