mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:27:31 -05:00 
			
		
		
		
	Minor fixes for recurring
This commit is contained in:
		
							parent
							
								
									9be33bfdf7
								
							
						
					
					
						commit
						b4b0172773
					
				@ -72,6 +72,7 @@ class SendRecurring implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
        $invoice->date = now()->format('Y-m-d');
 | 
			
		||||
        $invoice->due_date = $this->recurring_invoice->calculateDueDate(now()->format('Y-m-d'));
 | 
			
		||||
        $invoice->recurring_id = $this->recurring_invoice->id;
 | 
			
		||||
        
 | 
			
		||||
        if($invoice->client->getSetting('auto_email_invoice'))
 | 
			
		||||
        {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user