Subversion Repositories SmartDukaan

Rev

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

Rev 7482 Rev 7484
Line 63... Line 63...
63
			return "authfail";
63
			return "authfail";
64
		return "index";
64
		return "index";
65
	}
65
	}
66
	
66
	
67
	public String show()	{
67
	public String show()	{
68
		if(!ReportsUtils.canAccessReport((Long)session.getAttribute(ReportsUtils.ROLE), request.getServletPath()))
-
 
69
			return "authfail";
-
 
70
		return "index";
68
		return "index";
71
	}
69
	}
72
 
70
 
73
	public String create() {
71
	public String create() {
74
		StorePricing sp = new StorePricing(itemId, recommendedPrice, minPrice, maxPrice, minAdvancePrice, absoluteMinPrice, freebieItemId, bestDealText);
72
		StorePricing sp = new StorePricing(itemId, recommendedPrice, minPrice, maxPrice, minAdvancePrice, absoluteMinPrice, freebieItemId, bestDealText);