[SOLVED] Address field does not print in v7

Hi ,

I am trying to print the supplier address with custom print format in v7 , but it prints only the supplier name.

{{doc.supplier_address}}

{{frappe.db.get_value(“Address”, doc.supplier_address, “address_title”)}}

neither of the above code works .

with the below code it works ,
{{ doc.address_display }}

This thread can be closed