Fairoj : Neighbourhood form not opening issue fixed

This commit is contained in:
venbatechnologies@gmail.com 2020-06-19 15:08:53 +05:30
parent 38f1fee7bb
commit aa4227c7be

View File

@ -51,7 +51,8 @@ export class NeighbourHoodComponent implements OnInit {
this.notifier = notifier;
this.form_id = 19;
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.subproduct_abbr = this.data.pdmaster_details.subproduct_abbr;
this.customer_segment_abbr = this.data.pdmaster_details.customer_segment_abbr;