Add response color for money-related posts.

This commit is contained in:
2Shirt 2023-07-23 15:50:11 -07:00
parent 2e8d46fa26
commit 945338ca01
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

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