mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 22:34:52 +00:00
Allow the Contact to be clickable in ticket compact listing too
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user