# Adding phone number to client invoice

**URL:** https://www.protaxcommunity.com/t/adding-phone-number-to-client-invoice/10638
**Category:** TaxCycle General
**Created:** [April 17, 2025, 12:25pm UTC](https://www.protaxcommunity.com/t/adding-phone-number-to-client-invoice/10638 "2025-04-17T12:25:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kevin1](https://avatars.discourse-cdn.com/v4/letter/k/a9adbd/32.png) [@kevin1](https://www.protaxcommunity.com/u/kevin1)
#### Post date: [April 17, 2025, 12:25pm UTC](https://www.protaxcommunity.com/t/adding-phone-number-to-client-invoice/10638/1 "2025-04-17T12:25:27Z")

</div>

Can you advise what code needs to be added to get the clients phone number to come out on their invoice? We write it on at present so we can phone the, it would better if it was printed on the invoice itself.

---

<div class="post-metadata">

### Author: ![kevin](https://avatars.discourse-cdn.com/v4/letter/k/2acd7d/32.png) [@kevin](https://www.protaxcommunity.com/u/kevin)
#### Post date: [April 17, 2025, 1:56pm UTC](https://www.protaxcommunity.com/t/adding-phone-number-to-client-invoice/10638/2 "2025-04-17T13:56:47Z")

</div>

I recently amended a template of mine to add the home phone. I added a condition in case the home phone field is blank, or {{# CurrentClient.Info.Address.HomePhone != “”}}Home {{format(CurrentClient.Info.Address.HomePhone)}}{{/end}}. Then I added another similar conditional field in case to add the mobile phone field if it is not blank.

---

<div class="post-metadata">

### Author: ![kevin1](https://avatars.discourse-cdn.com/v4/letter/k/a9adbd/32.png) [@kevin1](https://www.protaxcommunity.com/u/kevin1)
#### Post date: [July 10, 2025, 11:31am UTC](https://www.protaxcommunity.com/t/adding-phone-number-to-client-invoice/10638/3 "2025-07-10T11:31:31Z")

</div>

Thank you !  
This worked perfect
