Moved Transfer Asset to Client to a Bulk Action and create Primary Interface when moving with MAC address

This commit is contained in:
johnnyq
2025-02-10 16:58:39 -05:00
parent 08ebedef03
commit fc24bcb24f
9 changed files with 136 additions and 121 deletions

View File

@@ -33,7 +33,7 @@ if (isset($_GET['location']) & !empty($_GET['location'])) {
}
//Rebuild URL
$url_query_strings_sort = http_build_query($get_copy);
//$url_query_strings_sort = http_build_query($get_copy);
$sql = mysqli_query($mysqli, "SELECT SQL_CALC_FOUND_ROWS contacts.*, locations.*, users.*, GROUP_CONCAT(tags.tag_name) FROM contacts
LEFT JOIN locations ON location_id = contact_location_id