alert removed
This commit is contained in:
parent
6407ffd8a9
commit
eeb08b64a1
@ -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])))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user