Subversion Repositories SmartDukaan

Rev

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

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