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 2ab4948 commit 3521d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ private List<MedicalInventoryRow> getMedicalInventoryRowsWithMovement() throws O
}

private void addInventoryRow(String code) throws OHServiceException {
List<MedicalInventoryRow> inventoryRowsList = new ArrayList<MedicalInventoryRow>();
List<MedicalInventoryRow> inventoryRowsList = new ArrayList<>();
List<Medical> medicalList = new ArrayList<>();
List<Lot> lots = null;
Medical medical = null;
Expand Down

0 comments on commit 3521d33

Please sign in to comment.