Resolve "Sprint 20180129" #1019

Merged
jankstudio merged 3 commits from 175-sprint-20180129 into master 2019-01-27 19:17:35 +00:00
Showing only changes of commit a0d611264d - Show all commits

View file

@ -12,6 +12,9 @@ class TicketType extends NameValue
const FOR_FOLLOW_UP = 'for_follow_up';
const RESQ_INQUIRY = 'resq_inquiry';
const BATTERY_QUEUE = 'battery_queue';
const RESQ_QUEUE = 'resq_queue';
const COLLECTION = [
'complaint' => 'Complaint',
'inquiry' => 'Inquiry',
@ -20,5 +23,7 @@ class TicketType extends NameValue
'other' => 'Other',
'for_follow_up' => 'For follow-up',
'resq_inquiry' => 'RESQ Inquiry',
'battery_queue' => 'Battery Queue (XFER)',
'resq_queue' => 'Resq Queue (XFER)',
];
}