From d6fb2819652868b3f3609452d64878d8f8e24b71 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 4 Mar 2018 21:23:31 +0200 Subject: [PATCH] Missing variable .website in PDF creation. BUG. #1928 --- app/Models/Invoice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index f4269dbfc173..e1bf3a689407 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',