From cd3719db530b4bffc1f2fe860bbc7a52f4b2235c Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Wed, 31 Aug 2016 22:48:42 -0500 Subject: [PATCH] 71696: OFM Request for additional action on Billing Events [msgclass limit, v4+ only] --- FS/FS/part_event/Action/rt_ticket.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0