billing to issue fix

This commit is contained in:
sriram-at-840620226347 2020-02-21 12:52:05 +05:30
parent 71e1026fed
commit afd47f6e57

View File

@ -710,7 +710,7 @@ export class AddPdComponent implements OnInit, OnDestroy {
let pd_details: any = {
"fk_lender_id": this._PDtriggerForm.controls['fk_lender_id'].value,
"sub_entity_id": formValue.sub_entity_id,
"sub_entity_id": this._PDtriggerForm.controls['sub_entity_id'].value,
"lender_applicant_id": formValue.lender_applicant_id,
"pd_branch_id": formValue.pd_branch_id,
"lender_sales_person":formValue.lender_sales_person,