FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields()

This commit is contained in:
kkhelifa 2023-02-01 15:33:14 +01:00 committed by Laurent Destailleur
parent 30ed312913
commit 05a0c775b6

View File

@ -6314,7 +6314,6 @@ abstract class CommonObject
$new_array_options[$key] = $object->id;
} else {
$this->error = "Id/Ref '".$value."' for object '".$object->element."' not found";
$this->db->rollback();
return -1;
}
}