Subversion Repositories SmartDukaan

Rev

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

Rev 22725 Rev 23028
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(7441L, 7480L);
77
		List<Long> PHYSICAL_WAREHOUSE_IDS = Arrays.asList(7573L, 7681L);
78
		List<Long> PHYSICAL_WAREHOUSE_IDS = Arrays.asList(7573L, 7678L, 7681L, 7720L);
-
 
79
		Map<Long, Warehouse> allWarehousesMap = new HashMap<Long, Warehouse>();
78
		Map<Long, Warehouse> allWarehousesMap = new HashMap<Long, Warehouse>();
80
		
79
		
81
		List<InventoryAvailability> totalInventoryList;
80
		List<InventoryAvailability> totalInventoryList;
82
		
81
		
83
		for(Warehouse wh : allWarehouses){
82
		for(Warehouse wh : allWarehouses){