From 71dbfa85137e12c5c649382237e29e983dbb72b2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 15 Jan 2018 16:26:03 +0200 Subject: [PATCH] Fix symbol location in client portal --- app/Models/Invoice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index 8db1e08a5314..97599d585ebb 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -964,6 +964,7 @@ class Invoice extends EntityModel implements BalanceAffecting 'work_phone', 'work_email', 'country', + 'country_id', 'currency_id', 'custom_label1', 'custom_value1',