init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -125,7 +125,7 @@ | ... | @@ -125,7 +125,7 @@ |
| 125 | } else { | 125 | } else { |
| 126 | $('#totalRepay').val(data.data.totalRepay); | 126 | $('#totalRepay').val(data.data.totalRepay); |
| 127 | if(data.data.repayPlans.length > 1){ | 127 | if(data.data.repayPlans.length > 1){ |
| 128 | if(data.data.repayPlans[0].totalAmount !== data.data.repayPlans[1].totalAmount){ | 128 | if(data.data.repayPlans[0].totalAmount != data.data.repayPlans[1].totalAmount){ |
| 129 | $('.months').html(''); | 129 | $('.months').html(''); |
| 130 | var str = ''; | 130 | var str = ''; |
| 131 | for(var i=0;i<data.data.repayPlans.length;i++){ | 131 | for(var i=0;i<data.data.repayPlans.length;i++){ | ... | ... |
-
Please register or sign in to post a comment