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

Merge pull request #4684 from JediKev/issue/remove-referral

issue: Remove Referral Borked
parents 460b445f 20c876f3
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ $manage = (!$target);
<form class="mass-action" method="post"
name="referrals"
id="rf"
action="<?php echo sprintf('#/tickets/%d/referrals', $ticket->getId()); ?>">
action="<?php echo sprintf('#tickets/%d/referrals', $ticket->getId()); ?>">
<input type='hidden' name='do' value='manage'>
<table width="100%">
<tbody>
......
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