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