mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 11:54:52 +00:00
Allow the Contact to be clickable in ticket listing and direct to the client contact details page
This commit is contained in:
@@ -130,7 +130,7 @@
|
|||||||
if (empty($contact_name)) {
|
if (empty($contact_name)) {
|
||||||
$contact_display = "-";
|
$contact_display = "-";
|
||||||
} else {
|
} else {
|
||||||
$contact_display = "$contact_name";
|
$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