Updated and added more descriptive Ticket Statuses

This commit is contained in:
johnnyq
2023-09-17 18:06:07 -04:00
parent dbb28a9a4c
commit b23631226b
3 changed files with 28 additions and 6 deletions

View File

@@ -946,7 +946,7 @@ $software_types_array = array(
'Mobile',
'System Software',
'Operating System',
'Other'
'Misc'
);
$license_types_array = array(
@@ -964,7 +964,8 @@ $asset_status_array = array(
'Ready to Deploy',
'Deployed',
'Out for Repair',
'Lost/Stolen',
'Lost',
'Stolen',
'Retired'
);