mirror of https://github.com/itflow-org/itflow
Added new ticket status array for better communication and sorting
This commit is contained in:
parent
077fc1cf35
commit
dbb28a9a4c
|
|
@ -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'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue