From d706d226e88d40dc799dc3bc4224ebda3018d234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 18 Mar 2021 09:32:11 +0100 Subject: [PATCH] Disable automatic custom column processing on the PDF --- app/Services/PdfMaker/Design.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PdfMaker/Design.php b/app/Services/PdfMaker/Design.php index 1107f2003f..36106d7ff0 100644 --- a/app/Services/PdfMaker/Design.php +++ b/app/Services/PdfMaker/Design.php @@ -302,7 +302,7 @@ class Design extends BaseDesign public function buildTableHeader(string $type): array { $this->processTaxColumns($type); - $this->processCustomColumns($type); + // $this->processCustomColumns($type); $elements = [];