mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:26:51 +00:00
Label fix:Number of days a loan may be overdue before moving into arrears
This commit is contained in:
parent
ea16ad80eb
commit
db35becf2e
@ -2516,6 +2516,7 @@
|
||||
"error.msg.client.saving.product.must.be.ovrdraft.account":"Client's saving account must be a overdraft account",
|
||||
"error.msg.client.saving.account.must.be.ovrdraft.account":"Client's saving account must be a overdraft account",
|
||||
"label.input.onduedate":"On Arrears Ageing",
|
||||
"label.input.no.of.overdue.days.to.move.loan.into.arrears":"Number of days a loan may be overdue before moving into arrears",
|
||||
"label.heading.graceOnArrearsAgeing":"Grace on Arrears Ageing",
|
||||
"----------------------": "------------"
|
||||
}
|
||||
|
||||
@ -444,10 +444,14 @@
|
||||
<tr>
|
||||
<td>
|
||||
<label class="control-label">{{ 'label.input.grace' | translate }} </label>
|
||||
|
||||
<input id="graceOnPrincipalPayment" placeholder="{{'label.input.onprincipalpayment' | translate}}"
|
||||
type="text" ng-model="formData.graceOnPrincipalPayment">
|
||||
</td>
|
||||
<td>
|
||||
<label class="control-label">{{ 'label.input.no.of.overdue.days.to.move.loan.into.arrears' | translate }} </label>
|
||||
<input id="graceOnArrearsAgeing" placeholder="{{'label.input.onduedate' | translate}}"
|
||||
type="text" ng-model="formData.graceOnArrearsAgeing">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -455,12 +459,6 @@
|
||||
type="text" ng-model="formData.graceOnInterestPayment">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input id="graceOnArrearsAgeing" placeholder="{{'label.input.onduedate' | translate}}"
|
||||
type="text" ng-model="formData.graceOnArrearsAgeing">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -511,6 +511,11 @@
|
||||
<label class="control-label">{{'label.input.onprincipalpayment' | translate}} </label>
|
||||
<input id="graceOnPrincipalPayment" type="text" ng-model="formData.graceOnPrincipalPayment">
|
||||
</td>
|
||||
<td>
|
||||
<label class="control-label">{{ 'label.input.no.of.overdue.days.to.move.loan.into.arrears' | translate }} </label>
|
||||
<input id="graceOnArrearsAgeing" placeholder="{{'label.input.onduedate' | translate}}"
|
||||
type="text" ng-model="formData.graceOnArrearsAgeing">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@ -518,12 +523,6 @@
|
||||
<input id="graceOnInterestPayment" type="text" ng-model="formData.graceOnInterestPayment">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label class="control-label">{{'label.input.onduedate' | translate}} </label>
|
||||
<input id="graceOnArrearsAgeing" type="text" ng-model="formData.graceOnArrearsAgeing">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user