Subversion Repositories SmartDukaan

Rev

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

Rev 4139 Rev 4295
Line 125... Line 125...
125
	public HotspotReconciliationController(){
125
	public HotspotReconciliationController(){
126
		
126
		
127
	}
127
	}
128
	
128
	
129
	public String index() {
129
	public String index() {
130
	    if(!ReportsUtils.canAccessReport((Long)session.getAttribute(ReportsUtils.ROLE), request.getServletPath())) {
130
//	    if(!ReportsUtils.canAccessReport((Long)session.getAttribute(ReportsUtils.ROLE), request.getServletPath())) {
131
	        return "authfail";
131
//	        return "authfail";
132
	    }
132
//	    }
133
	    return "report";
133
	    return "report";
134
	}
134
	}
135
	
135
	
136
	// Handles the POST request (Form Submission)
136
	// Handles the POST request (Form Submission)
137
	public HttpHeaders create(){
137
	public HttpHeaders create(){