Skip to content

Commit

Permalink
Signed-off-by: Pubudu-Piyankara <pubudupiyankara.me@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
Pubudu-Piyankara committed Dec 23, 2024
1 parent e0f4878 commit 3c5cb43
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,8 @@ public void generateConsumptionReportTableByBillItems(BillType billType) {
totalPurchase += i.getQty() * i.getPharmaceuticalBillItem().getPurchaseRate();
}
}
@Deprecated

@Deprecated
public void generateConsumptionReportTableAsSummary(BillType billType) {
// Initialize bill types
List<BillType> bt = new ArrayList<>();
Expand Down

0 comments on commit 3c5cb43

Please sign in to comment.