Shipping Address in Sales Invoice

How do I fetch the shipping address of the customer to a sales invoice?
Currently this is the process I’m using:

  1. User has to select from among a filtered set of shipping addresses present in a custom field
  2. Once the address has been selected the other fields from the address table are fetched and populated automatically
  3. The address that has been fetched is printed using a HTML code

Is there a better way to achieve the same?

Hi,
If you want to show Shipping Address on sales invoice then
Go to “Customize Form”
Enter Form type= Sales Invoice
Label → Row->Shipping Address Name,Shipping Address
open both row
and just "uncheck"Hidden option

Save Form and check effects on sales invoice

Hi,

Thanks. I checked the suggestion and it works.
The address appears with breaks but that can be handled I guess.