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 100b572aa3
commit 2c826a4fcc

View File

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