Skip to content
Snippets Groups Projects
Unverified Commit 443c7275 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4755 from JediKev/issue/custom-column-org-link

issue: Custom Column Org Link
parents a2aa8aec aad4c93b
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,7 @@ implements TemplateVariable, Searchable {
if (!$id || !$thisstaff)
return false;
return ROOT_PATH . sprintf('orgs.php?id=%s', $id);
return ROOT_PATH . sprintf('scp/orgs.php?id=%s', $id);
}
static function fromVars($vars) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment