diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index a9f5ea0d36d9..4b40f9611f8f 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -977,6 +977,7 @@ class Invoice extends EntityModel implements BalanceAffecting 'postal_code', 'work_phone', 'payment_terms', + 'website', 'contacts', 'country', 'currency_id',