Add resq inquiry ticket type #162
This commit is contained in:
parent
268f06c88d
commit
89d6949015
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ class TicketType extends NameValue
|
||||||
const BILLING = 'billing';
|
const BILLING = 'billing';
|
||||||
const OTHER = 'other';
|
const OTHER = 'other';
|
||||||
const FOR_FOLLOW_UP = 'for_follow_up';
|
const FOR_FOLLOW_UP = 'for_follow_up';
|
||||||
|
const RESQ_INQUIRY = 'resq_inquiry';
|
||||||
|
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
'complaint' => 'Complaint',
|
'complaint' => 'Complaint',
|
||||||
|
|
@ -18,6 +19,6 @@ class TicketType extends NameValue
|
||||||
'billing' => 'Billing',
|
'billing' => 'Billing',
|
||||||
'other' => 'Other',
|
'other' => 'Other',
|
||||||
'for_follow_up' => 'For follow-up',
|
'for_follow_up' => 'For follow-up',
|
||||||
|
'resq_inquiry' => 'RESQ Inquiry',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue