mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:17:34 -05:00 
			
		
		
		
	Bug fixes
This commit is contained in:
		
							parent
							
								
									ec7dd89936
								
							
						
					
					
						commit
						c5aee51ecc
					
				@ -215,7 +215,7 @@ class Account extends Eloquent
 | 
			
		||||
	
 | 
			
		||||
	public function isPro()
 | 
			
		||||
	{
 | 
			
		||||
		if (Utils::isNinja())
 | 
			
		||||
		if (Utils::isNinjaDev())
 | 
			
		||||
		{
 | 
			
		||||
			return true;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user