summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-04-20 04:29:17 +0000
committerivan <ivan>2010-04-20 04:29:17 +0000
commitc8053393ccf26d91bedabeb28111493afe7d0931 (patch)
treed1a35dd8cdf006a4ef7d18d75b47916847ca19f8 /FS
parent99c7d450aa6246fcd79cd1a536a688bc70ac4fc9 (diff)
communigate (phase 2): add a textarea type to edit/part_svc so you can set it to a default or fixed trailer that's multi-line, RT#7514
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/svc_domain.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm
index 2a24da427..c8af5a89a 100644
--- a/FS/FS/svc_domain.pm
+++ b/FS/FS/svc_domain.pm
@@ -211,6 +211,8 @@ sub table_info {
'trailer' => {
label => 'Mail trailer',
type => 'textarea',
+ disable_inventory => 1,
+ disable_select => 1,
},
'acct_def_cgp_language' => {
label => 'Acct. default language',