Updated Asset Statuses

This commit is contained in:
johnnyq
2022-05-25 16:14:49 -04:00
parent 93e45dc7c4
commit 1a43cbdd12

View File

@@ -921,10 +921,11 @@ $document_types_array = array(
); );
$asset_status_array = array( $asset_status_array = array(
'In Storage', 'Ready to Deploy',
'In Use', 'Deployed',
'In Service', 'Out for Repair',
'Retired' 'Lost/Stolen',
'Retired'
); );
?> ?>