Showing client Email address on invoice

Hi, is there any way to show the clients email address on invoice before we show the Phone number of clients .

Add the following line to the invoice template

Email Address : <? echo '<div>' . htmlsc($invoice->client_email); ?>

1 Like

Thanks just solved it.