Fairoj : Neighbourhood form not opening issue fixed
This commit is contained in:
parent
38f1fee7bb
commit
aa4227c7be
@ -51,7 +51,8 @@ export class NeighbourHoodComponent implements OnInit {
|
|||||||
this.notifier = notifier;
|
this.notifier = notifier;
|
||||||
this.form_id = 19;
|
this.form_id = 19;
|
||||||
this.main_applicant = this.data.pdmaster_details.main_applicant;
|
this.main_applicant = this.data.pdmaster_details.main_applicant;
|
||||||
this.fk_pd_type = this.data.pd_all_details.pdmaster_details.fk_pd_type;
|
console.log("asdf",this.data);
|
||||||
|
this.fk_pd_type = this.data.pdmaster_details.fk_pd_type;
|
||||||
this.lender_applicant_id = this.data.pdmaster_details.lender_applicant_id;
|
this.lender_applicant_id = this.data.pdmaster_details.lender_applicant_id;
|
||||||
this.subproduct_abbr = this.data.pdmaster_details.subproduct_abbr;
|
this.subproduct_abbr = this.data.pdmaster_details.subproduct_abbr;
|
||||||
this.customer_segment_abbr = this.data.pdmaster_details.customer_segment_abbr;
|
this.customer_segment_abbr = this.data.pdmaster_details.customer_segment_abbr;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user