Subversion Repositories SmartDukaan

Rev

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

Rev 22864 Rev 23030
Line 34... Line 34...
34
{
34
{
35
    private static final long serialVersionUID = 3339523094497219816L;
35
    private static final long serialVersionUID = 3339523094497219816L;
36
    protected static Logger log = Logger.getLogger(BaseController.class);
36
    protected static Logger log = Logger.getLogger(BaseController.class);
37
    
37
    
38
    //TODO get it from db
38
    //TODO get it from db
39
    public static final List<Long>PHYSICAL_WAREHOUSES = new ArrayList<Long>(Arrays.asList(7L,12L,13L,1765L,1768L,2857L,3298L,3931L, 7441L, 7480L, 7573L, 7678L, 7681L, 7720L));
39
    public static final List<Long>PHYSICAL_WAREHOUSES = new ArrayList<Long>(Arrays.asList(7L,12L,13L,1765L,1768L,2857L,3298L,3931L, 7441L, 7480L, 7573L, 7681L));
40
    
40
    
41
    protected static final String INPUT = "input";
41
    protected static final String INPUT = "input";
42
    protected static final String INDEX = "index";
42
    protected static final String INDEX = "index";
43
    protected static final String EDIT_NEW = "editNew";
43
    protected static final String EDIT_NEW = "editNew";
44
    protected static final String EDIT = "edit";
44
    protected static final String EDIT = "edit";