alert removed

This commit is contained in:
gayathri1990 2021-03-10 13:54:03 +05:30
parent 6407ffd8a9
commit eeb08b64a1

View File

@ -164,6 +164,10 @@ export class FinancialInfoComponent implements OnInit {
this.financialForm.addControl('kuccha_records_shown',new FormControl())
this.financialForm.addControl('customer_declared_turnover',new FormControl())
this.financialForm.addControl('kuccha_bill_allowed',new FormControl())
}
if(this.lender_short_name == 'CFPL')
{
}
if(this.lender_short_name == 'CHFPL'){
this.financialForm.addControl('is_turnover_validated',new FormControl('yes',Validators.compose([Validators.required])))