mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:26:51 +00:00
isFloatingInterestRateCalculationAllowed issue
This commit is contained in:
parent
cb1cefbe79
commit
3f9f01d4c5
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user