Subversion Repositories SmartDukaan

Rev

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

Rev 14882 Rev 15698
Line 167... Line 167...
167
    public boolean canViewBulkOrderEnquiry() { 
167
    public boolean canViewBulkOrderEnquiry() { 
168
        return (SecurityUtils.getSubject().hasRole("TeamLead"));
168
        return (SecurityUtils.getSubject().hasRole("TeamLead"));
169
    }
169
    }
170
    
170
    
171
    public boolean canViewProfitMandiTicket(){
171
    public boolean canViewProfitMandiTicket(){
172
    	return (SecurityUtils.getSubject().hasRole("TeamLead"));
172
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
173
    }
173
    }
174
    
174
    
175
    public String editNew() {
175
    public String editNew() {
176
        return EDIT_NEW;
176
        return EDIT_NEW;
177
    }
177
    }