ri changes : ps
This commit is contained in:
parent
6762a6f237
commit
b75bdb4522
@ -82,7 +82,7 @@ export class PdQuestionBankingPage {
|
||||
this.qustCat.getcommondrop('BTLENDERLIST').subscribe(
|
||||
data => {
|
||||
if(data['dataStatus']==true){
|
||||
this.m_btLenderList = data['records'].filter(data => data.isactive == 1);
|
||||
this.m_btLenderList = data['records'].filter(data => data.isactive == 1 && data.lender_type == 1);
|
||||
}
|
||||
});
|
||||
this.qustCat.getCompaniesListsForBusiness(this.pdid).subscribe(data=>{
|
||||
|
||||
@ -42,7 +42,6 @@
|
||||
|
||||
formControlName="is_service_provided" required>
|
||||
<mat-option>Select</mat-option>
|
||||
<mat-option>Select</mat-option>
|
||||
<mat-option value="well_suited.">Well Suited.</mat-option>
|
||||
<mat-option value="fairly_suited">Fairly Suited</mat-option>
|
||||
<mat-option value="not_suited">Not Suited</mat-option>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user