Subversion Repositories SmartDukaan

Rev

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

Rev 3578 Rev 4008
Line 90... Line 90...
90
    
90
    
91
    public boolean canViewFailedPayments() {
91
    public boolean canViewFailedPayments() {
92
        return SecurityUtils.getSubject().hasRole("Outbound");
92
        return SecurityUtils.getSubject().hasRole("Outbound");
93
    }
93
    }
94
 
94
 
-
 
95
    public boolean canViewDelayedDeliveries() {
-
 
96
        return SecurityUtils.getSubject().hasRole("Outbound");
-
 
97
    }
-
 
98
 
95
    public String editNew() {
99
    public String editNew() {
96
        return EDIT_NEW;
100
        return EDIT_NEW;
97
    }
101
    }
98
 
102
 
99
    public String edit() {
103
    public String edit() {