mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:47:32 -04:00 
			
		
		
		
	Fix for invitation resolution with PhantomJS
This commit is contained in:
		
							parent
							
								
									f1e1fa0b82
								
							
						
					
					
						commit
						2c2d1b50f4
					
				| @ -114,9 +114,9 @@ class Phantom | ||||
| 
 | ||||
|         $state = [ | ||||
|             'template' => $template->elements([ | ||||
|                 'client' => $this->entity->client, | ||||
|                 'entity' => $this->entity, | ||||
|                 'pdf_variables' => (array) $this->entity->company->settings->pdf_variables, | ||||
|                 'client' => $entity_obj->client, | ||||
|                 'entity' => $entity_obj, | ||||
|                 'pdf_variables' => (array) $entity_obj->company->settings->pdf_variables, | ||||
|                 '$product' => $design->design->product, | ||||
|             ]), | ||||
|             'variables' => $html->generateLabelsAndValues(), | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user