Skip to content

Commit

Permalink
pdf related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snehal-gothe committed Apr 25, 2023
1 parent d9ab6b4 commit 879cbd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ public DemandHistory getDemandHistory(@Valid DemandCriteria demandCriteria, Requ
}
}
}
if(demList.size() == 1) {
if(demandList.size() == 1) {
waterCharge = demList.get(demList.size() - 1).getDemandDetails().get(0).getTaxAmount().
subtract(demList.get(demList.size() - 1).getDemandDetails().get(0).getCollectionAmount());
}
Expand Down

0 comments on commit 879cbd9

Please sign in to comment.