mirror of https://github.com/itflow-org/itflow
Allow the Contact to be clickable in ticket listing and direct to the client contact details page
This commit is contained in:
parent
ac2dd04959
commit
54ab788e93
|
|
@ -130,7 +130,7 @@
|
|||
if (empty($contact_name)) {
|
||||
$contact_display = "-";
|
||||
} 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue