Add response color for money-related posts.
This commit is contained in:
parent
2e8d46fa26
commit
945338ca01
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue