Skip to content

Commit

Permalink
#394 Issue with two status visible in frontend fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iratigarzon committed May 20, 2024
1 parent 4823361 commit 4f63127
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,18 +558,6 @@ private void setContainedItemsFromRegItem(RegItem regItem, ContainedItem item) t
}
}

// ADD REGITEMPROPOSEDs
containedItemsproposedList = getDirectlyContainedItemsproposedOfRegister(regItem);

if (containedItemsproposedList != null && !containedItemsproposedList.isEmpty()) {
for (RegItemproposed containedItemproposed : containedItemsproposedList) {

if (!containedItemproposed.getRegItemclass().getSystemitem()) {
containedItems.add(toContainedItemWithoutItemsproposed(containedItemproposed));
}
}
}

//toContainedItemWithoutItemsproposed(containedItemsProposedList);
// ADD TO THE CONTAINED ITEMS
if (!containedItems.isEmpty()) {
Expand Down

0 comments on commit 4f63127

Please sign in to comment.