mirror of https://github.com/itflow-org/itflow
Allow the Contact to be clickable in ticket compact listing too
This commit is contained in:
parent
54ab788e93
commit
b60f44eede
|
|
@ -115,7 +115,7 @@
|
||||||
if (empty($contact_name)) {
|
if (empty($contact_name)) {
|
||||||
$contact_display = "-";
|
$contact_display = "-";
|
||||||
} else {
|
} else {
|
||||||
$contact_display = "$contact_name<br><small class='text-secondary'>$contact_email</small>";
|
$contact_display = "<div><a href='contact_details.php?client_id=$client_id&contact_id=$contact_id'>$contact_name</a></div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get who last updated the ticket - to be shown in the last Response column
|
// Get who last updated the ticket - to be shown in the last Response column
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue