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',