Subversion Repositories SmartDukaan

Rev

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

Rev 8890 Rev 8891
Line 229... Line 229...
229
						if(warehouse.getBillingWarehouseId()!=0) {
229
						if(warehouse.getBillingWarehouseId()!=0) {
230
							billingWarehouseId = warehouse.getBillingWarehouseId();
230
							billingWarehouseId = warehouse.getBillingWarehouseId();
231
			                break;
231
			                break;
232
						}
232
						}
233
					}
233
					}
-
 
234
				}else {
-
 
235
					billingWarehouseId = fulfillmentWarehouse.getBillingWarehouseId();
234
				}
236
				}
235
			        
237
			        
236
				//logger.info("Billing warehouse id for suborderid  " + order.getSuborderId() + " is " + fulfillmentWarehouse.getBillingWarehouseId());
238
				//logger.info("Billing warehouse id for suborderid  " + order.getSuborderId() + " is " + fulfillmentWarehouse.getBillingWarehouseId());
237
				t_order.setWarehouse_id(billingWarehouseId);
239
				t_order.setWarehouse_id(billingWarehouseId);
238
				VendorItemPricing vendorItemPricing = new VendorItemPricing();
240
				VendorItemPricing vendorItemPricing = new VendorItemPricing();