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-Vendor',
|
||||
'Scheduled',
|
||||
'Closed'
|
||||
'Closed',
|
||||
'Open',
|
||||
'Auto Close'
|
||||
);
|
||||
|
||||
$industry_select_array = array(
|
||||
|
||||
Reference in New Issue
Block a user