Fix user switch for resellers and company name on order

This commit is contained in:
Deon George
2018-08-12 11:09:44 +10:00
parent 5373e6b246
commit b737375be5
3 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ class Account extends Model
public function getSwitchUrlAttribute()
{
return sprintf('<a href="/a/switch/start/%s"><i class="fa fa-external-link"></i></a>',$this->user_id);
return sprintf('<a href="/r/switch/start/%s"><i class="fa fa-external-link"></i></a>',$this->user_id);
}
private function _address()