Loan obligation section issue fix

This commit is contained in:
venbainfotech 2022-03-21 10:22:51 +05:30
parent dc0697b4fd
commit 56ddb50bfc

View File

@ -604,7 +604,8 @@ this.filterList()
if (records.loan_info_available == 'Yes') {
records.loan_details = this.currentLoanForm.controls['loan_details'].value;
}
else{
else if(records.loan_info_available == 'No'){
records.tot_running_loans=this.currentLoanForm.controls['tot_running_loans'].value
records.tot_emi_paid=this.currentLoanForm.controls['tot_emi_paid'].value
records.tot_outstanding_loans=this.currentLoanForm.controls['tot_outstanding_loans'].value