Updated Asset Statuses

This commit is contained in:
johnnyq 2022-05-25 16:14:49 -04:00
parent 93e45dc7c4
commit 1a43cbdd12
1 changed files with 5 additions and 4 deletions

View File

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