Subversion Repositories SmartDukaan

Rev

Rev 20110 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20110 Rev 20167
Line 241... Line 241...
241
    
241
    
242
    public boolean isSaholicAndProfitMandiAllowed(){
242
    public boolean isSaholicAndProfitMandiAllowed(){
243
    	return (SecurityUtils.getSubject().hasRole("Outbound")||SecurityUtils.getSubject().hasRole("TeamLead"));
243
    	return (SecurityUtils.getSubject().hasRole("Outbound")||SecurityUtils.getSubject().hasRole("TeamLead"));
244
    }
244
    }
245
    
245
    
-
 
246
    public boolean canViewDeliveryAttemptFailed(){
-
 
247
    	return (SecurityUtils.getSubject().hasRole("Outbound")||SecurityUtils.getSubject().hasRole("TeamLead"));
-
 
248
    }
-
 
249
    
246
    public String editNew() {
250
    public String editNew() {
247
        return EDIT_NEW;
251
        return EDIT_NEW;
248
    }
252
    }
249
 
253
 
250
    public String edit() {
254
    public String edit() {