From 488aa955ec3fc1005e2b2abac972671ca6f53b92 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 10 Jan 2018 09:30:43 +0200 Subject: [PATCH] .custom_value not used in PhantomJS generated PDF #1797 --- app/Models/Invoice.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index f2d9924975be..c2c720d7c1c0 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -971,6 +971,8 @@ class Invoice extends EntityModel implements BalanceAffecting 'custom_value2', 'custom_client_label1', 'custom_client_label2', + 'custom_contact_label1', + 'custom_contact_label2', 'primary_color', 'secondary_color', 'hide_quantity',