diff --git a/app/Http/ViewComposers/Suggestions.php b/app/Http/ViewComposers/Suggestions.php index e8a9c21df..c90ff2489 100644 --- a/app/Http/ViewComposers/Suggestions.php +++ b/app/Http/ViewComposers/Suggestions.php @@ -44,6 +44,8 @@ class Suggestions continue; } + $s_module->action_url = company_id() . '/' . $s_module->action_url; + $modules[] = $s_module; }