mirror of
https://github.com/itflow-org/itflow
synced 2026-05-28 05:38:18 +00:00
Assets: Moved asset status to be creatable/editable Categories with common defaults and descriptions also Add category description to add / edit modals and description underneath category name
This commit is contained in:
@@ -243,15 +243,6 @@ $document_types_array = array (
|
||||
'2'=>'Global Template'
|
||||
);
|
||||
|
||||
$asset_status_array = array (
|
||||
'Ready to Deploy',
|
||||
'Deployed',
|
||||
'Out for Repair',
|
||||
'Lost',
|
||||
'Stolen',
|
||||
'Retired'
|
||||
);
|
||||
|
||||
$ticket_status_array = array (
|
||||
'Open',
|
||||
'On Hold',
|
||||
|
||||
Reference in New Issue
Block a user