mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 05:47:34 -05:00 
			
		
		
		
	Disable automatic custom column processing on the PDF
This commit is contained in:
		
							parent
							
								
									6f822a1329
								
							
						
					
					
						commit
						d706d226e8
					
				@ -302,7 +302,7 @@ class Design extends BaseDesign
 | 
				
			|||||||
    public function buildTableHeader(string $type): array
 | 
					    public function buildTableHeader(string $type): array
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $this->processTaxColumns($type);
 | 
					        $this->processTaxColumns($type);
 | 
				
			||||||
        $this->processCustomColumns($type);
 | 
					        // $this->processCustomColumns($type);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $elements = [];
 | 
					        $elements = [];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user