summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-08-31 22:48:42 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-08-31 22:51:58 -0500
commit2c0dae66d61e22b80cb0fed693cb7ee3daa20a39 (patch)
treef967d101f72a58ff6894d5944f9cb3953844c9a4 /FS/FS/part_event/Action
parentf783e0d36945cc2eeaeefdb1efdc6bc75c4607dc (diff)
71696: OFM Request for additional action on Billing Events [msgclass limit, v4+ only]
Diffstat (limited to 'FS/FS/part_event/Action')
-rw-r--r--FS/FS/part_event/Action/rt_ticket.pm2
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 a6a6160..75e2db4 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',