Skip to content

Commit

Permalink
ISTE-469: Added changes asdemand generated with 0Rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishchakraborty-egovt committed Sep 23, 2024
1 parent 55f4d62 commit 7399575
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ public BigDecimal getWaterEstimationCharge(WaterConnection waterConnection, Calc

// WaterCharge Calculation
Double totalUOM = getUnitOfMeasurement(waterConnection, calculationAttribute, criteria);
if (totalUOM == 0.0)
return waterCharge;
/*if (totalUOM == 0.0)
return waterCharge;*/
BillingSlab billSlab = billingSlabs.get(0);
// IF calculation type is flat then take flat rate else take slab and calculate the charge
//For metered connection calculation on graded fee slab
Expand Down

0 comments on commit 7399575

Please sign in to comment.