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

This commit is contained in:
kkhelifa
2023-02-01 15:33:14 +01:00
parent e67eac97e7
commit 1ce55f34bd

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;
}
}