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

View File

@@ -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(