KYC name change

This commit is contained in:
sriram-at-840620226347 2019-11-05 15:41:30 +05:30
parent fce56d9222
commit 3241d606ef

View File

@ -155,7 +155,7 @@
<!-- RI month and year ends-->
<mat-card>
<mat-form-field style="width:30%" class="mt-1">
<mat-select placeholder="KYC" formControlName="is_kyc" (selectionChange)="kycchange($event.value)" required>
<mat-select placeholder="Is the applicant name same as per KYC" formControlName="is_kyc" (selectionChange)="kycchange($event.value)" required>
<mat-option>Select</mat-option>
<mat-option *ngFor="let val of KYC" [value]="val.value">
{{val.isdisplayvalue}}