mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added new ticket status array for better communication and sorting
This commit is contained in:
@@ -967,3 +967,14 @@ $asset_status_array = array(
|
||||
'Lost/Stolen',
|
||||
'Retired'
|
||||
);
|
||||
|
||||
$ticket_status_array = array(
|
||||
'Pending-Assignment',
|
||||
'Assigned',
|
||||
'In-Progress',
|
||||
'Pending-Shipment',
|
||||
'Pending-Client',
|
||||
'Pending-Vendor',
|
||||
'Scheduled',
|
||||
'Closed'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user