Merge pull request #23748 from OPEN-DSI/develop_fix_insert_extra_fields_on_link_type_when_error

FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields()
This commit is contained in:
Laurent Destailleur
2023-02-04 16:12:34 +01:00
committed by GitHub

View File

@@ -6288,7 +6288,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;
}
}