Add time by technician report

This commit is contained in:
wrongecho
2025-03-07 22:57:18 +00:00
parent ad9e4b4fb4
commit e5dc50ec35
3 changed files with 180 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
<?php
$sql_users_select = mysqli_query($mysqli, "SELECT users.user_id, user_name FROM users
LEFT JOIN user_settings on users.user_id = user_settings.user_id
WHERE user_role > 1
AND user_type = 1
AND user_status = 1
AND user_archived_at IS NULL