Merge pull request #2010 from burakcakirel/company_id_for_suggestion_modules

Add company_id into suggestion module's url
This commit is contained in:
Cüneyt Şentürk 2021-04-29 15:38:01 +03:00 committed by GitHub
commit 11e5b9753a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,8 @@ class Suggestions
continue;
}
$s_module->action_url = company_id() . '/' . $s_module->action_url;
$modules[] = $s_module;
}