Skip to content

Commit

Permalink
Update src/main/java/org/isf/medicalinventory/gui/InventoryEdit.java
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Domanico <[email protected]>
  • Loading branch information
ArnaudFonzam and mwithi authored Sep 13, 2024
1 parent 3061e2b commit 32e3263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ private JButton getValidateButton() {
}
List<MedicalInventoryRow> invRowWithoutLot = inventoryRowSearchList.stream().filter(invRow -> invRow.getLot() == null).collect(Collectors.toList());
if (invRowWithoutLot.size() > 0) {
MessageDialog.error(null, "angal.inventory.allinventoryrowshouldhavelotbeforevalidate.msg");
MessageDialog.error(null, "angal.inventory.allinventoryrowshouldhavelotbeforevalidation.msg");
return;
}
int reset = MessageDialog.yesNo(null, "angal.inventoryrow.doyoureallywanttovalidatethisinventory.msg");
Expand Down

0 comments on commit 32e3263

Please sign in to comment.