mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:37:30 -04:00 
			
		
		
		
	Fixes for showing invoice
This commit is contained in:
		
							parent
							
								
									98c07573e3
								
							
						
					
					
						commit
						c01f6debca
					
				| @ -101,7 +101,8 @@ class PaymentController extends Controller | ||||
| 
 | ||||
|             $data = [ | ||||
|                 'invoice' => $invoice, | ||||
|                 'key' => false | ||||
|                 'key' => false, | ||||
|                 'invitation' => $invoice->invitations->first() | ||||
|             ]; | ||||
| 
 | ||||
|             if ($request->query('mode') === 'fullscreen') { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user