Subversion Repositories SmartDukaan

Rev

Rev 35505 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35505 Rev 35726
Line 525... Line 525...
525
 
525
 
526
 
526
 
527
        return "today-offer-list";
527
        return "today-offer-list";
528
    }
528
    }
529
 
529
 
530
 
-
 
531
    @RequestMapping(value = "/todayFofoOffer")
530
    @RequestMapping(value = "/todayFofoOffer")
532
    public String todayFofoOffer(HttpServletRequest request, Model model, @RequestParam(name = "fofoId", defaultValue = "0") int fofoId) throws ProfitMandiBusinessException {
531
    public String todayFofoOffer(HttpServletRequest request, Model model, @RequestParam(name = "fofoId", defaultValue = "0") int fofoId) throws ProfitMandiBusinessException {
533
 
532
 
534
        LoginDetails loginDetails = cookiesProcessor.getCookiesObject(request);
533
        LoginDetails loginDetails = cookiesProcessor.getCookiesObject(request);
535
        if (fofoId == 0) {
534
        if (fofoId == 0) {