From e5752dc3356194d8d41d970b60b9d67a6b04720f Mon Sep 17 00:00:00 2001 From: Andrew Malsbury Date: Wed, 15 Nov 2023 15:32:37 +0000 Subject: [PATCH] Add asset URI to client asset details page --- ticket.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ticket.php b/ticket.php index afba2d3e..720588c1 100644 --- a/ticket.php +++ b/ticket.php @@ -101,6 +101,7 @@ if (isset($_GET['ticket_id'])) { $asset_ip = nullable_htmlentities($row['asset_ip']); $asset_name = nullable_htmlentities($row['asset_name']); $asset_type = nullable_htmlentities($row['asset_type']); + $asset_uri = nullable_htmlentities($row['asset_uri']); $asset_make = nullable_htmlentities($row['asset_make']); $asset_model = nullable_htmlentities($row['asset_model']); $asset_serial = nullable_htmlentities($row['asset_serial']); @@ -655,7 +656,7 @@ if (isset($_GET['ticket_id'])) {
- +
@@ -688,6 +689,12 @@ if (isset($_GET['ticket_id'])) { +
+ +
+ 0) { ?>