Skip to content

Commit

Permalink
Merge pull request #960 from egovernments/ISTE-469
Browse files Browse the repository at this point in the history
ISTE-469: Added changes asdemand generated with 0Rs.
  • Loading branch information
pradeepkumarcm-egov authored Sep 23, 2024
2 parents 55f4d62 + 7399575 commit c304f3f
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 c304f3f

Please sign in to comment.