latest change cfpl

This commit is contained in:
gayathri1990 2021-04-20 16:19:59 +05:30
parent ca2fe22e76
commit 13172585dd
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -795,11 +795,16 @@
<mat-form-field style="width:92%" *ngIf="lender_short_name=='CFPL'">
<input matInput autocomplete="off" placeholder="Turnover in last completed Year"
formControlName="turnover_lastcomplete_year" OnlyNumber type="text">
<mat-hint align="start" style="font-size:90%" *ngIf="financialForm.value.turnover_lastcomplete_year != ''">{{"&#8377;"}}
{{financialForm.value.turnover_lastcomplete_year | numberToWords}}
Only</mat-hint>
</mat-form-field>
<mat-form-field style="width:92%" *ngIf="lender_short_name=='CFPL'">
<input matInput autocomplete="off" placeholder="YTD turnover (till last month)"
formControlName="ytd_turnover" OnlyNumber type="text">
<mat-hint align="start" style="font-size:90%" *ngIf="financialForm.value.ytd_turnover != ''">{{"&#8377;"}}
{{financialForm.value.ytd_turnover | numberToWords}}
Only</mat-hint>
</mat-form-field>
<!--<mat-form-field style="width:92%">