mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 02:12:33 +01:00
Fix regression
This commit is contained in:
@@ -872,7 +872,7 @@ function deleteProductOrService($authentication,$listofidstring)
|
||||
}
|
||||
else
|
||||
{
|
||||
$result=$newobject->delete();
|
||||
$result=$newobject->delete($user);
|
||||
if ($result <= 0)
|
||||
{
|
||||
$error++;
|
||||
|
||||
Reference in New Issue
Block a user