Subversion Repositories SmartDukaan

Rev

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

Rev 4144 Rev 4267
Line 93... Line 93...
93
    }
93
    }
94
 
94
 
95
    public boolean canViewDelayedDeliveries() {
95
    public boolean canViewDelayedDeliveries() {
96
        return SecurityUtils.getSubject().hasRole("Outbound");
96
        return SecurityUtils.getSubject().hasRole("Outbound");
97
    }
97
    }
-
 
98
    
-
 
99
    public boolean canViewFlaggedPayments() {
-
 
100
        return (SecurityUtils.getSubject().hasRole("Outbound") && SecurityUtils.getSubject().hasRole("TeamLead"));
-
 
101
    }
98
 
102
 
99
    public String editNew() {
103
    public String editNew() {
100
        return EDIT_NEW;
104
        return EDIT_NEW;
101
    }
105
    }
102
 
106