isFloatingInterestRateCalculationAllowed issue

This commit is contained in:
unknown 2015-11-16 17:02:13 +05:30
parent cb1cefbe79
commit 3f9f01d4c5

View File

@ -70,6 +70,8 @@
scope.formData.recalculationRestFrequencyType = scope.product.interestRecalculationData.recalculationRestFrequencyType.id;
}
scope.floatingRateOptions = data.floatingRateOptions ;
scope.formData.isFloatingInterestRateCalculationAllowed = false ;
scope.formData.isLinkedToFloatingInterestRates = false ;
});
scope.chargeSelected = function (chargeId) {