Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit cf91987

Browse files
fix issue #46
1 parent 7c4e5a9 commit cf91987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/brapi/test/BrAPITestServer/service/germ/CrossService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private void updateEntity(CrossEntity entity, CrossNewRequest cross) throws BrAP
206206
if (cross.getCrossType() != null)
207207
entity.setCrossType(cross.getCrossType());
208208
if (cross.getExternalReferences() != null)
209-
entity.setExternalReferences(entity.getExternalReferences());
209+
entity.setExternalReferences(cross.getExternalReferences());
210210
if (cross.getParent1() != null)
211211
entity.addParentItem(convertToEntity(cross.getParent1(), entity));
212212
if (cross.getParent2() != null)

0 commit comments

Comments
 (0)