mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
Merge pull request #1442 from nazeer1100126/FloatingRates
Minor issues for Floating Rates MIFOSX-2349 MIFOSX-2352 MIFOSX-2351
This commit is contained in:
commit
cb1cefbe79
@ -90,7 +90,7 @@
|
||||
"label.input.between": "between",
|
||||
"label.input.provisioningcriteria" : "Provisioning Criteria",
|
||||
"label.input.floatingratename" : "Floating Rate",
|
||||
"label.input.isbaselendingrate" : "Is Base Ledning Rate?",
|
||||
"label.input.isbaselendingrate" : "Is Base Lending Rate?",
|
||||
"label.input.loanproduct" : "Loan Product",
|
||||
"label.heading.count": "Count",
|
||||
"label.heading.percentage": "Percentage",
|
||||
|
||||
@ -288,7 +288,7 @@
|
||||
}
|
||||
delete this.formData.syncRepaymentsWithMeeting;
|
||||
delete this.formData.interestRateFrequencyType;
|
||||
|
||||
delete this.formData.isLoanProductLinkedToFloatingRate ;
|
||||
this.formData.locale = scope.optlang.code;
|
||||
this.formData.dateFormat = scope.df;
|
||||
this.formData.loanType = scope.templateType;
|
||||
|
||||
@ -380,8 +380,7 @@
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" id="interestRatePerPeriod" placeholder="{{'label.input.default' | translate}}"
|
||||
name="interestRatePerPeriod" class="form-control" ng-model="formData.interestRatePerPeriod"
|
||||
late-validate/>
|
||||
name="interestRatePerPeriod" class="form-control" ng-model="formData.interestRatePerPeriod"/>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<input id="maxInterestRatePerPeriod" placeholder="{{'label.input.maximum' | translate}}" type="text"
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
<api-validate></api-validate>
|
||||
<fieldset>
|
||||
<div class="btn-group pull-right">
|
||||
<a href="#/editfloatingrate/{{id}}" class="btn btn-primary" has-permission='UPDATE_CRITERIA'><i class="icon-edit icon-white"></i>{{'label.button.edit' | translate}}</a>
|
||||
<a href="#/editfloatingrate/{{id}}" class="btn btn-primary" has-permission='UPDATE_FLOATINGRATE'><i class="icon-edit icon-white"></i>{{'label.button.edit' | translate}}</a>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user