You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by av...@apache.org on 2021/11/16 16:02:51 UTC

[fineract] branch develop updated: updating account mapping to payment types in edit savings product screen (#1970)

This is an automated email from the ASF dual-hosted git repository.

avikg pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new f2fd8a7  updating account mapping to payment types in edit savings product screen (#1970)
f2fd8a7 is described below

commit f2fd8a7bccaf85c0c6f292c48f811098d30afb92
Author: ankita10r <92...@users.noreply.github.com>
AuthorDate: Tue Nov 16 21:30:31 2021 +0530

    updating account mapping to payment types in edit savings product screen (#1970)
---
 .../org/apache/fineract/portfolio/savings/data/SavingsProductData.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsProductData.java b/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsProductData.java
index 95505c8..ccc225b 100644
--- a/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsProductData.java
+++ b/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsProductData.java
@@ -195,7 +195,7 @@ public final class SavingsProductData implements Serializable {
                 existingProduct.minBalanceForInterestCalculation, existingProduct.nominalAnnualInterestRateOverdraft,
                 existingProduct.minOverdraftForInterestCalculation, existingProduct.withHoldTax, existingProduct.taxGroup, taxGroupOptions,
                 existingProduct.isDormancyTrackingActive, existingProduct.daysToInactive, existingProduct.daysToDormancy,
-                existingProduct.daysToEscheat, existingProduct.accountMappingForPayment);
+                existingProduct.daysToEscheat, accountMappingForPayment);
     }
 
     public static SavingsProductData withAccountingDetails(final SavingsProductData existingProduct,