FIX : no usage of the function updateProduction in the update function

This commit is contained in:
Adrien Raze 2023-03-28 13:52:20 +02:00
parent af99141f7a
commit d4f20df3ea

View File

@ -612,11 +612,6 @@ class Mo extends CommonObject
$error++;
}
$result = $this->updateProduction($user, $notrigger);
if ($result <= 0) {
$error++;
}
if (!$error) {
$this->db->commit();
return 1;