Hi all,
Is it intended, that when
1. I create an Account with an Address Street3000 and Email-Address Email3000
2. An Contact with this Account with Address Street3001 and Email-Address Email3001
3. Create an Subscription with this Billing Contact
4. An Invoice for this Subscription
that the invoice is sent to Email3001 but uses billing address Street3000?
I would expect that address and email address behaves the same regarding the Billing Contact (billing contact address overwrites the account address as well).
Sure, I can use in the PDF template the {{billingContact.addressStreet}}, then everything works as expected but I would assume that in the scenario above {{billingAddressStreet}} is equal to {{billingContact.addressStreet}}.

Comment