diff --git a/app/models/Invoice.php b/app/models/Invoice.php
index 7b446d65dfa3..f2b4bea4a822 100755
--- a/app/models/Invoice.php
+++ b/app/models/Invoice.php
@@ -57,7 +57,7 @@ class Invoice extends EntityModel
$this->setVisible(['invoice_number', 'discount', 'po_number', 'invoice_date', 'due_date', 'terms', 'public_notes', 'amount', 'balance', 'invoice_items', 'client', 'tax_name', 'tax_rate', 'account']);
$this->client->setVisible(['name', 'address1', 'address2', 'city', 'state', 'postal_code', 'work_phone', 'payment_terms', 'contacts', 'country', 'currency_id' ]);
- $this->account->setVisible(['name', 'address1', 'address2', 'city', 'state', 'postal_code', 'country', 'currency_id']);
+ $this->account->setVisible(['name', 'address1', 'address2', 'city', 'state', 'postal_code', 'work_phone', 'work_email', 'country', 'currency_id']);
foreach ($this->invoice_items as $invoiceItem)
{
diff --git a/app/views/about_us.blade.php b/app/views/about_us.blade.php
index e703f44f7c24..929b9556686c 100644
--- a/app/views/about_us.blade.php
+++ b/app/views/about_us.blade.php
@@ -28,6 +28,8 @@