Allow Techs to remove units from a rack

This commit is contained in:
johnnyq 2024-09-17 13:24:08 -04:00
parent 273483151f
commit a2766bd67f
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ if (isset($_POST['edit_rack_unit'])) {
if (isset($_GET['remove_rack_unit'])) {
validateAdminRole();
validateTechRole();
$unit_id = intval($_GET['remove_rack_unit']);