Fix regression
This commit is contained in:
parent
c7160ad2b9
commit
12ca11e2fa
@ -872,7 +872,7 @@ function deleteProductOrService($authentication,$listofidstring)
|
||||
}
|
||||
else
|
||||
{
|
||||
$result=$newobject->delete();
|
||||
$result=$newobject->delete($user);
|
||||
if ($result <= 0)
|
||||
{
|
||||
$error++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user