Subversion Repositories SmartDukaan

Rev

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

Rev 26400 Rev 26401
Line 375... Line 375...
375
			if(status.equals(PriceDropImeiStatus.REJECTED)) {
375
			if(status.equals(PriceDropImeiStatus.REJECTED)) {
376
				priceDropIMEI.setRejectionReason(priceDropImeisModel.getRejectionReason());
376
				priceDropIMEI.setRejectionReason(priceDropImeisModel.getRejectionReason());
377
			}
377
			}
378
			priceDropIMEI.setUpdateTimestamp(LocalDateTime.now());
378
			priceDropIMEI.setUpdateTimestamp(LocalDateTime.now());
379
		}
379
		}
380
		if (priceDropIMEIsToProcess.size() > 0) {
380
		/*if (priceDropIMEIsToProcess.size() > 0) {
381
			priceDropService.processManualPriceDrop(priceDropImeisModel.getPriceDropId(), priceDropIMEIsToProcess, status);
381
			priceDropService.processManualPriceDrop(priceDropImeisModel.getPriceDropId(), priceDropIMEIsToProcess, status);
382
		}
382
		}*/
383
 
383
 
384
		model.addAttribute("response", mvcResponseSender.createResponseString(true));
384
		model.addAttribute("response", mvcResponseSender.createResponseString(true));
385
		return "response";
385
		return "response";
386
 
386
 
387
	}
387
	}