mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:07:31 -05:00 
			
		
		
		
	Remove download PDF from recurring invoices
This commit is contained in:
		
							parent
							
								
									0769ae9916
								
							
						
					
					
						commit
						142082b447
					
				@ -527,7 +527,9 @@
 | 
			
		||||
			{!! Former::select('invoice_design_id')->style('display:inline;width:150px;background-color:white !important')->raw()->fromQuery($invoiceDesigns, 'name', 'id')->data_bind("value: invoice_design_id") !!}
 | 
			
		||||
		@endif
 | 
			
		||||
 | 
			
		||||
		{!! Button::primary(trans('texts.download_pdf'))->withAttributes(array('onclick' => 'onDownloadClick()'))->appendIcon(Icon::create('download-alt')) !!}
 | 
			
		||||
        @if ( ! $invoice->is_recurring)
 | 
			
		||||
		    {!! Button::primary(trans('texts.download_pdf'))->withAttributes(array('onclick' => 'onDownloadClick()'))->appendIcon(Icon::create('download-alt')) !!}
 | 
			
		||||
        @endif
 | 
			
		||||
        
 | 
			
		||||
        @if ($invoice->isClientTrashed())
 | 
			
		||||
            <!-- do nothing -->
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user