Wednesday, May 21, 2025
1 change · saas-18.2
Resolved issues and error corrections
The email composer now shows a recipient's email address when their contact name is blank. This prevents the "To" field from appearing empty and reassures users that invoices or other emails are addressed correctly.
Original PR description
To reproduce: ============= 1. In v18.2, create a contact/invoicing address under a company without specifying a name. 2. Send an invoice to this contact. 3. Observe the "To" field in the email composer — it appears blank. Problem: ======== In v18.2, the "To" field only displays the contact name. If the name is missing, the field appears empty, which can confuse users and make it unclear whether the email will be sent correctly. In v18.1, the field displayed both the name (if available) and the associated email, providing better clarity. Solution: ========= Update the template logic to fall back to displaying the email address when the contact name is missing, ensuring the "To" field is always informative. opw-4748001