Modif de _remove les boites n'etait pas supprimes
This commit is contained in:
parent
7d89831962
commit
fedcf3b89b
@ -142,15 +142,6 @@ class modDolibarrModules
|
||||
}
|
||||
}
|
||||
|
||||
if ($err > 0)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Boites
|
||||
*/
|
||||
@ -166,6 +157,14 @@ class modDolibarrModules
|
||||
}
|
||||
}
|
||||
|
||||
if ($err > 0)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user