Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David B Malkovsky <[email protected]>
  • Loading branch information
mwithi and dbmalkovsky authored Jan 28, 2025
1 parent b0b9b17 commit 1717400
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bundle/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ angal.inventory.askforrealquantityempty.msg
angal.inventory.canceled = Canceled
angal.inventory.cancelednoteditable.msg = A canceled inventory can not be modified.
angal.inventory.cannotcreateanotherinventorywithotherinprogressinthisward.msg = Cannot create another inventory with other in progress in this ward.
angal.inventory.cannotcreateanotherinventorywithstatusdraft.msg = Cannot create another inventory with status draft, Because you already have an inventory with status draft or validated.
angal.inventory.cannotcreateanotherinventorywithstatusdraft.msg = Cannot create another inventory with status draft, because there exists an inventory with status draft or validated.
angal.inventory.cannotsaveinventorywithoutproducts.msg = Cannot save inventory without products.
angal.inventory.chargetype.label = Charge Type:
angal.inventory.choosedestinationbeforevalidation.msg = Please choose the destination and save the inventory before validation.
Expand Down Expand Up @@ -734,7 +734,7 @@ angal.inventory.pleaseselectatleastoneinventoryrow.msg
angal.inventory.pleaseselectonlyoneinventory.msg = Please select only one inventory.
angal.inventory.pleaseselectinventory.msg = Please select inventory.
angal.inventory.previousarrow.btn = <
angal.inventory.productalreadyexist.msg = {0} already exist in the table with the lot code {1}. Please choose another lot?
angal.inventory.productalreadyexist.msg = {0} already exist in the table with the lot code {1}. Please choose another lot.
angal.inventory.productcode.text = Product's code
angal.inventory.realqty.col = Real quantity
angal.inventory.reference.label = Inventory's reference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/isf/utils/jobjects/InventoryState.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2023 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down

0 comments on commit 1717400

Please sign in to comment.