Subversion Repositories SmartDukaan

Rev

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

Rev 10114 Rev 10137
Line 399... Line 399...
399
		}
399
		}
400
 
400
 
401
		if (t_mpItem.getCurrentSp()< t_mpItem.getMinimumPossibleSp()){
401
		if (t_mpItem.getCurrentSp()< t_mpItem.getMinimumPossibleSp()){
402
			sendAlert(t_mpItem.getItemId(),t_mpItem.getCurrentSp(),t_mpItem.getMinimumPossibleSp());
402
			sendAlert(t_mpItem.getItemId(),t_mpItem.getCurrentSp(),t_mpItem.getMinimumPossibleSp());
403
		}
403
		}
-
 
404
		logger.info("Update Method Item Id "+itemId+"\nSelling Price "+sellingPrice+" Warehouse Id "+warehouseId+"\nMax Nlc "+maxNlc+"\nUpdated By: "+session.getAttribute(ReportsUtils.USER_NAME).toString());
404
		return "snapdeal-update-result";
405
		return "snapdeal-update-result";
405
	}
406
	}
406
 
407
 
407
 
408
 
408
	public boolean compareParameters(MarketplaceItems mpItem, SnapdealItem snapdealItem, Warehouse warehouse,double weight) throws TException, JSONException, CatalogServiceException{
409
	public boolean compareParameters(MarketplaceItems mpItem, SnapdealItem snapdealItem, Warehouse warehouse,double weight) throws TException, JSONException, CatalogServiceException{