Subversion Repositories SmartDukaan

Rev

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

Rev 6507 Rev 7372
Line 140... Line 140...
140
 
140
 
141
    public boolean canViewAllOpenTickets() {
141
    public boolean canViewAllOpenTickets() {
142
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
142
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
143
    }
143
    }
144
    
144
    
-
 
145
    public boolean canViewLowInventoryCancellation() { 
-
 
146
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
-
 
147
    }
-
 
148
    
145
    public String editNew() {
149
    public String editNew() {
146
        return EDIT_NEW;
150
        return EDIT_NEW;
147
    }
151
    }
148
 
152
 
149
    public String edit() {
153
    public String edit() {