Disable automatic custom column processing on the PDF
This commit is contained in:
parent
6f822a1329
commit
d706d226e8
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ class Design extends BaseDesign
|
|||
public function buildTableHeader(string $type): array
|
||||
{
|
||||
$this->processTaxColumns($type);
|
||||
$this->processCustomColumns($type);
|
||||
// $this->processCustomColumns($type);
|
||||
|
||||
$elements = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue