From 9159bf6fc3dd0a724313dc3faf71da5fdb540f50 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 4 Mar 2018 21:24:22 +0200 Subject: [PATCH] Merge: Missing variable .website in PDF creation. BUG. --- app/Models/Invoice.php | 1 + 1 file changed, 1 insertion(+) 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',