diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/allocation-view-more/allocation-view-more.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/allocation-view-more/allocation-view-more.component.ts index a885fc270..cf0ccd7fd 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/allocation-view-more/allocation-view-more.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/allocation-view-more/allocation-view-more.component.ts @@ -32,7 +32,7 @@ export class AllocationViewMoreComponent implements OnInit { this.lat = response.results[0].geometry.location.lat; this.lng = response.results[0].geometry.location.lng; response.results[0].applicant_details = element.applicant_name + ' ( Id:'+element.pd_id+')'; - response.results[0].lender_details = element.lender_short_name + '( Id:'+element.lender_applicant_id+')'; + response.results[0].lender_details = element.short_name + '( Id:'+element.lender_applicant_id+')'; this.mapDetails.push(response.results[0]) } // else if (response.status == 'ZERO_RESULTS') {