mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:48:40 -05:00 
			
		
		
		
	Fix for quote export
This commit is contained in:
		
							parent
							
								
									34068c75f4
								
							
						
					
					
						commit
						b32bb654aa
					
				@ -32,7 +32,7 @@
 | 
			
		||||
 | 
			
		||||
    @if (isset($quotes) && $quotes && count($quotes))
 | 
			
		||||
        <tr><td>{{ strtoupper(trans('texts.quotes')) }}</td></tr>
 | 
			
		||||
        @include('export.invoices', ['entityType' => ENTITY_QUOTE])
 | 
			
		||||
        @include('export.invoices', ['invoices' => $quotes, 'entityType' => ENTITY_QUOTE])
 | 
			
		||||
    @endif
 | 
			
		||||
 | 
			
		||||
    @if (isset($recurringInvoices) && $recurringInvoices && count($recurringInvoices))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user