Subversion Repositories SmartDukaan

Rev

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

Rev 6236 Rev 6747
Line 203... Line 203...
203
			snapshotClient.updateInventoryHistory(warehouseId, timestamp, availability);
203
			snapshotClient.updateInventoryHistory(warehouseId, timestamp, availability);
204
			
204
			
205
			List<BillingUpdate> billingUpdates = inventoryUpdate.getBillingUpdates();
205
			List<BillingUpdate> billingUpdates = inventoryUpdate.getBillingUpdates();
206
			if(billingUpdates!=null){
206
			if(billingUpdates!=null){
207
				for(BillingUpdate billingUpdate: billingUpdates){
207
				for(BillingUpdate billingUpdate: billingUpdates){
208
					tClient.addInvoiceNumber(Long.parseLong(billingUpdate.getOrderId()), billingUpdate.getInvoiceNumber(), billingUpdate.getColor());
208
					tClient.addInvoiceNumber(Long.parseLong(billingUpdate.getOrderId()), billingUpdate.getInvoiceNumber(), billingUpdate.getColor(), billingUpdate.getSerialNumber(), billingUpdate.getItemNumber());
209
				}
209
				}
210
			}
210
			}
211
 
211
 
212
			List<PLBDetails> plbDetails = inventoryUpdate.getPlbDetails();
212
			List<PLBDetails> plbDetails = inventoryUpdate.getPlbDetails();
213
			if (plbDetails != null) {
213
			if (plbDetails != null) {