mirror of
https://github.com/itflow-org/itflow
synced 2026-03-24 14:35:38 +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',
|
'Lost/Stolen',
|
||||||
'Retired'
|
'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