mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 13:54:51 +00:00
Merge pull request #814 from twetech/fix-ticket-query
Update Array for ticket Query
This commit is contained in:
@@ -211,7 +211,9 @@ $ticket_status_array = array (
|
|||||||
'Pending-Client',
|
'Pending-Client',
|
||||||
'Pending-Vendor',
|
'Pending-Vendor',
|
||||||
'Scheduled',
|
'Scheduled',
|
||||||
'Closed'
|
'Closed',
|
||||||
|
'Open',
|
||||||
|
'Auto Close'
|
||||||
);
|
);
|
||||||
|
|
||||||
$industry_select_array = array(
|
$industry_select_array = array(
|
||||||
|
|||||||
Reference in New Issue
Block a user