Subversion Repositories SmartDukaan

Rev

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

Rev 5702 Rev 5712
Line 198... Line 198...
198
	            }			    
198
	            }			    
199
			}
199
			}
200
 
200
 
201
			//Update the snapshot before the history since that is more important.
201
			//Update the snapshot before the history since that is more important.
202
			snapshotClient.updateInventory(warehouseId, timestamp, availability);
202
			snapshotClient.updateInventory(warehouseId, timestamp, availability);
203
			stagingCatalogClient.updateInventory(warehouseId, timestamp, availability);
203
			stagingCatalogClient.updateVendorString(warehouseId, timestamp);
204
			historyClient.updateInventoryHistory(warehouseId, timestamp, availability);
204
			historyClient.updateInventoryHistory(warehouseId, timestamp, availability);
205
			
205
			
206
			List<BillingUpdate> billingUpdates = inventoryUpdate.getBillingUpdates();
206
			List<BillingUpdate> billingUpdates = inventoryUpdate.getBillingUpdates();
207
			if(billingUpdates!=null){
207
			if(billingUpdates!=null){
208
				for(BillingUpdate billingUpdate: billingUpdates){
208
				for(BillingUpdate billingUpdate: billingUpdates){