mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:47:34 -05:00 
			
		
		
		
	Show terms checkbox even if terms are blank
This commit is contained in:
		
							parent
							
								
									d024e08778
								
							
						
					
					
						commit
						085c82ab3e
					
				@ -1606,7 +1606,7 @@ class Account extends Eloquent
 | 
			
		||||
 | 
			
		||||
    public function showAcceptTerms($invoice)
 | 
			
		||||
    {
 | 
			
		||||
        if (! $this->isPro() || ! $invoice->terms) {
 | 
			
		||||
        if (! $this->isPro()) {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user