Disable Certain Bulk Actions that are directly related to a client in client overview section instead are shown in the client section

This commit is contained in:
johnnyq
2025-07-03 16:03:57 -04:00
parent 6af61cbb3c
commit e0364183e2
5 changed files with 59 additions and 15 deletions

View File

@@ -275,7 +275,7 @@ if (isset($_POST['bulk_assign_asset_physical_location'])) {
// Bulk Logging
logAction("Asset", "Bulk Edit", "$session_name set $asset_count assets to physical location $physical_location", $client_id);
$_SESSION['alert_message'] = "You moved <strong>$asset_count</strong> assets to location <strong>$location_name</strong>";
$_SESSION['alert_message'] = "You moved <strong>$asset_count</strong> assets to location <strong>$physical_location</strong>";
}
header("Location: " . $_SERVER["HTTP_REFERER"]);