From 337f57e1acdbd67ac1e0efc4b82c60eef3a939ad Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Jun 2017 08:41:10 +0300 Subject: [PATCH] Fix outstanding amount on PDF --- app/Models/Invoice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index aa482be1ff..c914f933a7 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -826,6 +826,7 @@ class Invoice extends EntityModel implements BalanceAffecting $this->client->setVisible([ 'name', + 'balance', 'id_number', 'vat_number', 'address1',