From: Jonathan Prykop Date: Thu, 1 Sep 2016 03:48:42 +0000 (-0500) Subject: 71696: OFM Request for additional action on Billing Events [msgclass limit, v4+ only] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=cd3719db530b4bffc1f2fe860bbc7a52f4b2235c 71696: OFM Request for additional action on Billing Events [msgclass limit, v4+ only] --- 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',