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: David B Malkovsky <[email protected]>
  • Loading branch information
ArnaudFofou and dbmalkovsky authored Nov 26, 2024
1 parent 3521d33 commit 0e5957f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@ private boolean checkParameters(String wardCode, String chargeCode, String disch

private JComboBox<MedicalType> getJComboMedicalType() {
if (medicalTypeComboBox == null) {
medicalTypeComboBox = new JComboBox<MedicalType>();
medicalTypeComboBox = new JComboBox<>();
try {
List<MedicalType> medicalTypes = medicalTypeManager.getMedicalType();
MedicalType medicalType = new MedicalType(MessageBundle.getMessage("angal.common.all.txt"), MessageBundle.getMessage("angal.common.all.txt"));
Expand Down

0 comments on commit 0e5957f

Please sign in to comment.