From 4802b0bdcf482dbded5cdba59d2d1b0ac3808ee4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 15 Sep 2021 19:54:42 +1000 Subject: [PATCH] Remove pdf_variables as defaults --- app/DataMapper/CompanySettings.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/DataMapper/CompanySettings.php b/app/DataMapper/CompanySettings.php index 8b7bf4c6ff30..288a0a60a8d0 100644 --- a/app/DataMapper/CompanySettings.php +++ b/app/DataMapper/CompanySettings.php @@ -654,7 +654,6 @@ class CompanySettings extends BaseSettings '$product.discount', '$product.tax', '$product.line_total', - '$product.gross_line_total', ], 'task_columns' =>[ '$task.service', @@ -664,11 +663,9 @@ class CompanySettings extends BaseSettings '$task.discount', '$task.tax', '$task.line_total', - '$task.gross_line_total', ], 'total_columns' => [ '$net_subtotal', - '$gross_subtotal', '$subtotal', '$discount', '$custom_surcharge1',