diff --git a/scripts/wk/osticket.py b/scripts/wk/osticket.py index 8677ff5e..101f26aa 100644 --- a/scripts/wk/osticket.py +++ b/scripts/wk/osticket.py @@ -27,6 +27,7 @@ RESPONSE_COLOR_CODES = { 'Contact': '1', 'Diags': '2', 'Diags FAIL': '3', + 'Money': '4', } TABLE_RESPONSE = 'ost_ticket_response' TABLE_TICKET = 'ost_ticket'