billing to issue fix
This commit is contained in:
parent
71e1026fed
commit
afd47f6e57
@ -710,7 +710,7 @@ export class AddPdComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
let pd_details: any = {
|
let pd_details: any = {
|
||||||
"fk_lender_id": this._PDtriggerForm.controls['fk_lender_id'].value,
|
"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,
|
"lender_applicant_id": formValue.lender_applicant_id,
|
||||||
"pd_branch_id": formValue.pd_branch_id,
|
"pd_branch_id": formValue.pd_branch_id,
|
||||||
"lender_sales_person":formValue.lender_sales_person,
|
"lender_sales_person":formValue.lender_sales_person,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user