diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index aa482be1ff5d..c914f933a759 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',