FIX : no usage of the function updateProduction in the update function
This commit is contained in:
parent
af99141f7a
commit
d4f20df3ea
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user