Subversion Repositories SmartDukaan

Rev

Rev 33812 | Rev 33910 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33812 Rev 33813
Line 1875... Line 1875...
1875
                totalDue = totalDue.add(interestAccrued.subtract(interestPaid).add(pendingAmount));
1875
                totalDue = totalDue.add(interestAccrued.subtract(interestPaid).add(pendingAmount));
1876
            }
1876
            }
1877
            totalDueMap.put(fofoId, totalDue);
1877
            totalDueMap.put(fofoId, totalDue);
1878
        }
1878
        }
1879
 
1879
 
-
 
1880
 
1880
        //Only L3 and above can change the activationType
1881
        //Only L3 and above can change the activationType
1881
 
1882
 
1882
        model.addAttribute("customRetailers", customRetailers);
1883
        model.addAttribute("customRetailers", customRetailers);
1883
        model.addAttribute("totalDueMap", totalDueMap);
1884
        model.addAttribute("totalDueMap", totalDueMap);
1884
        model.addAttribute("fofoMTDSaleMap", fofoMTDSaleMap);
1885
        model.addAttribute("fofoMTDSaleMap", fofoMTDSaleMap);