diff --git a/app/Services/PdfMaker/Design.php b/app/Services/PdfMaker/Design.php index 1107f2003f9f..36106d7ff031 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 = [];