Subversion Repositories SmartDukaan

Rev

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

Rev 32438 Rev 32584
Line 389... Line 389...
389
    @RequestMapping(value = "/grnHistoryDetailByPurchaseReference")
389
    @RequestMapping(value = "/grnHistoryDetailByPurchaseReference")
390
    public String grnHistoryByPurchaseReference(HttpServletRequest request, @RequestParam(name = ProfitMandiConstants.PURCHASE_REFERENCE) String purchaseReference, Model model) throws ProfitMandiBusinessException {
390
    public String grnHistoryByPurchaseReference(HttpServletRequest request, @RequestParam(name = ProfitMandiConstants.PURCHASE_REFERENCE) String purchaseReference, Model model) throws ProfitMandiBusinessException {
391
        LoginDetails loginDetails = cookiesProcessor.getCookiesObject(request);
391
        LoginDetails loginDetails = cookiesProcessor.getCookiesObject(request);
392
        Map<String, Object> map = inventoryService.getGrnHistoryDetail(loginDetails.getFofoId(), purchaseReference, host, port, webapp);
392
        Map<String, Object> map = inventoryService.getGrnHistoryDetail(loginDetails.getFofoId(), purchaseReference, host, port, webapp);
393
        model.addAllAttributes(map);
393
        model.addAllAttributes(map);
-
 
394
 
394
        return "grn-details";
395
        return "grn-details";
395
    }
396
    }
396
 
397
 
397
    @RequestMapping(value = "/activatedImeis")
398
    @RequestMapping(value = "/activatedImeis")
398
    public String activatedImeis(HttpServletRequest request, Model model) throws ProfitMandiBusinessException {
399
    public String activatedImeis(HttpServletRequest request, Model model) throws ProfitMandiBusinessException {