From 73995751e203f60de13441a8a3fb3094815d2253 Mon Sep 17 00:00:00 2001 From: debasishchakraborty-egovt Date: Mon, 23 Sep 2024 18:35:19 +0530 Subject: [PATCH] ISTE-469: Added changes asdemand generated with 0Rs. --- .../org/egov/wscalculation/service/EstimationService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/municipal-services/ws-calculator/src/main/java/org/egov/wscalculation/service/EstimationService.java b/municipal-services/ws-calculator/src/main/java/org/egov/wscalculation/service/EstimationService.java index 1cc5108a4..6fe9ab004 100644 --- a/municipal-services/ws-calculator/src/main/java/org/egov/wscalculation/service/EstimationService.java +++ b/municipal-services/ws-calculator/src/main/java/org/egov/wscalculation/service/EstimationService.java @@ -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