diff options
-rw-r--r-- | FS/FS/part_event/Action/rt_ticket.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/rt_ticket.pm b/FS/FS/part_event/Action/rt_ticket.pm index a6a616033..75e2db423 100644 --- a/FS/FS/part_event/Action/rt_ticket.pm +++ b/FS/FS/part_event/Action/rt_ticket.pm @@ -23,7 +23,7 @@ sub option_fields { 'type' => 'select-table', 'table' => 'msg_template', 'name_col' => 'msgname', - 'hashref' => { disabled => '' }, + 'hashref' => { disabled => '', msgclass => 'email' }, 'disable_empty' => 1, }, 'queueid' => { 'label' => 'Queue', |