Topic: Email Client name in Invoice sending displayed wrong
When sending an email to a client, the email would only contain the client's surname in the client address for example:
Dear "Surname" or "Last Name", instead of First Name or Full name. Only $contact['name2'] was displayed.
Would be nice to have some way of choosing the way a client is addressed in the email or at least use the full name.
Resolved the issue by changing line 1006 in pdf_report.inc
Changed contact details to:
$contact['name'].' '.$contact['name2']
Regards
Wynand