Subversion Repositories SmartDukaan

Rev

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

Rev 11890 Rev 14882
Line 166... Line 166...
166
    
166
    
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(){
-
 
172
    	return (SecurityUtils.getSubject().hasRole("TeamLead"));
-
 
173
    }
-
 
174
    
171
    public String editNew() {
175
    public String editNew() {
172
        return EDIT_NEW;
176
        return EDIT_NEW;
173
    }
177
    }
174
 
178
 
175
    public String edit() {
179
    public String edit() {