Fix regression

This commit is contained in:
Laurent Destailleur
2017-04-14 15:42:58 +02:00
parent c7160ad2b9
commit 12ca11e2fa

View File

@@ -872,7 +872,7 @@ function deleteProductOrService($authentication,$listofidstring)
}
else
{
$result=$newobject->delete();
$result=$newobject->delete($user);
if ($result <= 0)
{
$error++;