Skip to content

Commit

Permalink
pdf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snehal-gothe committed Apr 26, 2023
1 parent 6900598 commit 105fea4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ public DemandHistory getDemandHistory(@Valid DemandCriteria demandCriteria, Requ
subtract(demList.get(demList.size() - 1).getDemandDetails().get(0).getCollectionAmount());
}

demands.stream().filter(i->i.getStatus().equals(Demand.StatusEnum.ACTIVE));
DemandHistory demandHistory = new DemandHistory();
demandHistory.setDemandList(demands);
demandHistory.setWaterCharge(waterCharge);
Expand Down

0 comments on commit 105fea4

Please sign in to comment.