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