diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.ts index 00af6c9d3..c3a392532 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component.ts @@ -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;