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
Branches
Tags
No related merge requests found
...@@ -77,7 +77,7 @@ $manage = (!$target); ...@@ -77,7 +77,7 @@ $manage = (!$target);
<form class="mass-action" method="post" <form class="mass-action" method="post"
name="referrals" name="referrals"
id="rf" 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'> <input type='hidden' name='do' value='manage'>
<table width="100%"> <table width="100%">
<tbody> <tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment