FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields()
This commit is contained in:
parent
e67eac97e7
commit
1ce55f34bd
@ -6288,7 +6288,6 @@ abstract class CommonObject
|
|||||||
$new_array_options[$key] = $object->id;
|
$new_array_options[$key] = $object->id;
|
||||||
} else {
|
} else {
|
||||||
$this->error = "Id/Ref '".$value."' for object '".$object->element."' not found";
|
$this->error = "Id/Ref '".$value."' for object '".$object->element."' not found";
|
||||||
$this->db->rollback();
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user