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
ArnaudFofou and mwithi authored Dec 8, 2024
1 parent bb1781a commit 06c5a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ private boolean areAllMedicalsInInventory() throws OHServiceException {
return false;
}

private void initialiseActions() {
private void initializeActions() {
actions.put(radioButtonAll, () -> {
if (medicalTypeSelected.getDescription().equals(MessageBundle.getMessage("angal.common.all.txt"))) {
try {
Expand Down

0 comments on commit 06c5a6a

Please sign in to comment.