Feature Added ability to select a ticket location for location based, still need to add more to this functionality

This commit is contained in:
johnnyq
2024-03-23 16:24:40 -04:00
parent 534e02e2c7
commit 5ebc6ffde8
5 changed files with 72 additions and 9 deletions

View File

@@ -135,6 +135,7 @@ if (isset($_GET['ticket_id'])) {
$vendor_code = nullable_htmlentities($row['vendor_code']);
$vendor_notes = nullable_htmlentities($row['vendor_notes']);
$location_id = intval($row['location_id']);
$location_name = nullable_htmlentities($row['location_name']);
$location_address = nullable_htmlentities($row['location_address']);
$location_city = nullable_htmlentities($row['location_city']);