From 87310e447eba1cf399ea6f5ac980e6dfdaa7a6e3 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 20 Apr 2010 04:29:12 +0000 Subject: 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 --- FS/FS/svc_domain.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS') 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', -- cgit v1.2.1