mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:27:33 -05:00 
			
		
		
		
	Merge pull request #6533 from turbo124/v5-develop
minor fixes for ninja hosted
This commit is contained in:
		
						commit
						c45756a5a6
					
				@ -37,7 +37,7 @@ class NinjaPlanController extends Controller
 | 
			
		||||
            $account = $client_contact->company->account;
 | 
			
		||||
 | 
			
		||||
            /* Current paid users get pushed straight to subscription overview page*/
 | 
			
		||||
            if($account->isPaid())
 | 
			
		||||
            if($account->isPaidHostedClient())
 | 
			
		||||
                return redirect('/client/subscriptions');
 | 
			
		||||
 | 
			
		||||
            /* Users that are not paid get pushed to a custom purchase page */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user