Subversion Repositories SmartDukaan

Rev

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

Rev 4793 Rev 5884
Line 115... Line 115...
115
    }
115
    }
116
    
116
    
117
    public boolean canViewOrderCancellation() {
117
    public boolean canViewOrderCancellation() {
118
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
118
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
119
    }
119
    }
-
 
120
    
-
 
121
    public boolean canViewStorePickupTickets() {
-
 
122
    	return (SecurityUtils.getSubject().hasRole("Outbound"));
-
 
123
    }
120
 
124
 
121
    public String editNew() {
125
    public String editNew() {
122
        return EDIT_NEW;
126
        return EDIT_NEW;
123
    }
127
    }
124
 
128