mirror of https://github.com/itflow-org/itflow
Update Array
This commit is contained in:
parent
f18bb340bf
commit
c28727f9a7
|
|
@ -211,7 +211,9 @@ $ticket_status_array = array (
|
|||
'Pending-Client',
|
||||
'Pending-Vendor',
|
||||
'Scheduled',
|
||||
'Closed'
|
||||
'Closed',
|
||||
'Open',
|
||||
'Auto Close'
|
||||
);
|
||||
|
||||
$industry_select_array = array(
|
||||
|
|
|
|||
Loading…
Reference in New Issue