mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 02:57:33 -05:00 
			
		
		
		
	Update naming of email statement scheduler
This commit is contained in:
		
							parent
							
								
									d4943703c8
								
							
						
					
					
						commit
						2f3cee2fc2
					
				@ -18,7 +18,7 @@ class ClientStatement
 | 
			
		||||
     *
 | 
			
		||||
     * @var string
 | 
			
		||||
     */
 | 
			
		||||
    public string $template = 'client_statement';
 | 
			
		||||
    public string $template = 'email_statement';
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * An array of clients hashed_ids
 | 
			
		||||
 | 
			
		||||
@ -42,7 +42,7 @@ class SchedulerService
 | 
			
		||||
        $this->{$this->scheduler->template}();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private function client_statement()
 | 
			
		||||
    private function email_statement()
 | 
			
		||||
    {
 | 
			
		||||
        $query = Client::query()
 | 
			
		||||
                        ->where('company_id', $this->scheduler->company_id)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user