Subversion Repositories SmartDukaan

Rev

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

Rev 27374 Rev 31124
Line 72... Line 72...
72
		Map<Long, Item> allAliveItemsMap = new HashMap<Long, Item>();
72
		Map<Long, Item> allAliveItemsMap = new HashMap<Long, Item>();
73
		
73
		
74
		Map<Long, ItemInventory> itemInventoryMap = invClient.getInventorySnapshot(0);
74
		Map<Long, ItemInventory> itemInventoryMap = invClient.getInventorySnapshot(0);
75
		List<Warehouse> allWarehouses = invClient.getAllWarehouses(false);
75
		List<Warehouse> allWarehouses = invClient.getAllWarehouses(false);
76
		
76
		
77
		List<Long> PHYSICAL_WAREHOUSE_IDS = Arrays.asList(7573L, 7681L, 7678L, 8468L, 7720L, 8889L);
77
		List<Long> PHYSICAL_WAREHOUSE_IDS = Arrays.asList(7573L, 7681L, 7678L, 8468L, 7720L, 8889L, 9203L, 9213L);
78
		Map<Long, Warehouse> allWarehousesMap = new HashMap<Long, Warehouse>();
78
		Map<Long, Warehouse> allWarehousesMap = new HashMap<Long, Warehouse>();
79
		
79
		
80
		List<InventoryAvailability> totalInventoryList;
80
		List<InventoryAvailability> totalInventoryList;
81
		
81
		
82
		for(Warehouse wh : allWarehouses){
82
		for(Warehouse wh : allWarehouses){