Loan obligation section issue fix
This commit is contained in:
parent
dc0697b4fd
commit
56ddb50bfc
@ -604,7 +604,8 @@ this.filterList()
|
|||||||
if (records.loan_info_available == 'Yes') {
|
if (records.loan_info_available == 'Yes') {
|
||||||
records.loan_details = this.currentLoanForm.controls['loan_details'].value;
|
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_running_loans=this.currentLoanForm.controls['tot_running_loans'].value
|
||||||
records.tot_emi_paid=this.currentLoanForm.controls['tot_emi_paid'].value
|
records.tot_emi_paid=this.currentLoanForm.controls['tot_emi_paid'].value
|
||||||
records.tot_outstanding_loans=this.currentLoanForm.controls['tot_outstanding_loans'].value
|
records.tot_outstanding_loans=this.currentLoanForm.controls['tot_outstanding_loans'].value
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user