mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 08:37:33 -04:00 
			
		
		
		
	Merge pull request #5723 from turbo124/v5-develop
Fixes for invitation URL for invoicing.co subdomain
This commit is contained in:
		
						commit
						ef67e33c7c
					
				| @ -448,7 +448,7 @@ class Company extends BaseModel | ||||
|             if($this->portal_mode == 'domain') | ||||
|                 return $this->portal_domain; | ||||
| 
 | ||||
|             return "https://{$this->subdomain}" . config('ninja.app_domain'); | ||||
|             return "https://{$this->subdomain}." . config('ninja.app_domain'); | ||||
|         } | ||||
| 
 | ||||
|         return config('ninja.app_url'); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user