mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:07:32 -05:00 
			
		
		
		
	Fix entity on quote
This commit is contained in:
		
							parent
							
								
									af7995815c
								
							
						
					
					
						commit
						53cb0fc076
					
				@ -98,8 +98,8 @@ class CreateQuotePdf implements ShouldQueue
 | 
			
		||||
            ]),
 | 
			
		||||
            'variables' => $html->generateLabelsAndValues(),
 | 
			
		||||
            'options' => [
 | 
			
		||||
                'all_pages_header' => $this->invoice->client->getSetting('all_pages_header'),
 | 
			
		||||
                'all_pages_footer' => $this->invoice->client->getSetting('all_pages_footer'),
 | 
			
		||||
                'all_pages_header' => $this->quote->client->getSetting('all_pages_header'),
 | 
			
		||||
                'all_pages_footer' => $this->quote->client->getSetting('all_pages_footer'),
 | 
			
		||||
            ],
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user