summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-07-22 16:47:43 +0000
committerivan <ivan>2010-07-22 16:47:43 +0000
commitf07729b883f93aab6eaf4dffaa9b725e36c6852a (patch)
tree931ec95bf8aca4c45fa89c940e70cf489baa18ee /FS
parentf4658067b9a1dd0564be8fd590a1e541681bfe27 (diff)
allow Configuration ACL to edit templates, RT#8324
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/msg_template.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm
index 97cf50f..de804b6 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -123,6 +123,7 @@ sub check {
|| $self->ut_text('msgname')
|| $self->ut_foreign_keyn('agentnum', 'agent', 'agentnum')
|| $self->ut_textn('mime_type')
+ || $self->ut_anything('subject')
|| $self->ut_anything('body')
|| $self->ut_enum('disabled', [ '', 'Y' ] )
;