Subversion Repositories SmartDukaan

Rev

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

Rev 7572 Rev 7616
Line 156... Line 156...
156
    
156
    
157
    public boolean canViewLowInventoryCancellation() { 
157
    public boolean canViewLowInventoryCancellation() { 
158
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
158
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
159
    }
159
    }
160
    
160
    
-
 
161
    //Start:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
-
 
162
    public boolean canViewRTORefunds() { 
-
 
163
    	return (SecurityUtils.getSubject().hasRole("TeamLead")||SecurityUtils.getSubject().hasRole("Outbound"));
-
 
164
    }
-
 
165
    //End:- Added By Manish Sharma for Creating a new Ticket: Category- RTO Refund on 21-Jun-2013
-
 
166
    
161
    public String editNew() {
167
    public String editNew() {
162
        return EDIT_NEW;
168
        return EDIT_NEW;
163
    }
169
    }
164
 
170
 
165
    public String edit() {
171
    public String edit() {