Subversion Repositories SmartDukaan

Rev

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

Rev 4689 Rev 4751
Line 107... Line 107...
107
    }
107
    }
108
    
108
    
109
    public boolean canViewReturnRequests() {
109
    public boolean canViewReturnRequests() {
110
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
110
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
111
    }
111
    }
-
 
112
    
-
 
113
    public boolean canViewOrderCancellation() {
-
 
114
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
-
 
115
    }
112
 
116
 
113
    public String editNew() {
117
    public String editNew() {
114
        return EDIT_NEW;
118
        return EDIT_NEW;
115
    }
119
    }
116
 
120