Merge pull request #814 from twetech/fix-ticket-query

Update Array for ticket Query
This commit is contained in:
Johnny 2023-11-21 11:55:58 -05:00 committed by GitHub
commit af7ef5cf20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -211,7 +211,9 @@ $ticket_status_array = array (
'Pending-Client',
'Pending-Vendor',
'Scheduled',
'Closed'
'Closed',
'Open',
'Auto Close'
);
$industry_select_array = array(