Subversion Repositories SmartDukaan

Rev

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

Rev 7616 Rev 11890
Line 162... Line 162...
162
    public boolean canViewRTORefunds() { 
162
    public boolean canViewRTORefunds() { 
163
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
163
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
164
    }
164
    }
165
    //End:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
165
    //End:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
166
    
166
    
-
 
167
    public boolean canViewBulkOrderEnquiry() { 
-
 
168
        return (SecurityUtils.getSubject().hasRole("TeamLead"));
-
 
169
    }
-
 
170
    
167
    public String editNew() {
171
    public String editNew() {
168
        return EDIT_NEW;
172
        return EDIT_NEW;
169
    }
173
    }
170
 
174
 
171
    public String edit() {
175
    public String edit() {