How can I display the company_name and the billing address in a Contract Template?
Custom Client Code is the key?
Thanks for help
How can I display the company_name and the billing address in a Contract Template?
Custom Client Code is the key?
Thanks for help
Hi @jmueller71,
I think no need to use a custom/client script.
Please apply step:
Then apply it.
{{ party_name }}
{{frappe.db.get_value("Customer", party_name, 'primary_address')}}
If customers have primary_address in master then show it in Contract form.
Reload your system.
Create the Contract for the customer and select the template.
Then check it.
Thank You!
It works… ![]()
Thank you NCP for your help!
Kind regards
JM