Subversion Repositories SmartDukaan

Rev

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

Rev 7792 Rev 7803
Line 394... Line 394...
394
		
394
		
395
		Warehouse warehouse = null;
395
		Warehouse warehouse = null;
396
		try{
396
		try{
397
    		InventoryClient isc = new InventoryClient();
397
    		InventoryClient isc = new InventoryClient();
398
    		Warehouse warehouse = isc.getClient().getWarehouse(order.getWarehouse_id());
398
    		Warehouse warehouse = isc.getClient().getWarehouse(order.getWarehouse_id());
399
		catch(Exception e) {
399
		} catch(Exception e) {
400
		    logger.error("Unable to get warehouse for id : " + order.getWarehouse_id(), e);
400
		    logger.error("Unable to get warehouse for id : " + order.getWarehouse_id(), e);
401
		    throw e;
401
		    throw e;
402
		}
402
		}
403
		String accountNo = "";
403
		String accountNo = "";
404
		DeliveryType dt =  DeliveryType.PREPAID;
404
		DeliveryType dt =  DeliveryType.PREPAID;