diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-31 22:48:42 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-31 22:48:42 -0500 |
commit | cd3719db530b4bffc1f2fe860bbc7a52f4b2235c (patch) | |
tree | 9799e56885a480b3fba0531c49733215c1ec87d9 | |
parent | 2da1326a2ba34b1e322af040b174f24c618dc1a7 (diff) |
71696: OFM Request for additional action on Billing Events [msgclass limit, v4+ only]
-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', |