X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_domain.pm;h=b5f91f1df6a98ae4794b3157f91341c6e5ef2ee8;hp=89ee26aff8fcb57b3e6f17a44482c5978a2ab898;hb=be61853021954c3cf8f6e63a41b1fa693e3af6d8;hpb=16941ee3099833522bb8b7ac3cdf88b4a5f0ad89 diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index 89ee26aff..b5f91f1df 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -114,6 +114,18 @@ sub table_info { 'max_accounts' => { label => 'Maximum number of accounts', 'disable_inventory' => 1, }, + 'cgp_aliases' => { + label => 'Communigate aliases', + type => 'text', + disable_inventory => 1, + disable_select => 1, + }, + 'cgp_accessmodes' => { + label => 'Communigate enabled services', + type => 'communigate_pro-accessmodes', + disable_inventory => 1, + disable_select => 1, + }, }, }; } @@ -342,6 +354,7 @@ sub check { my $error = $self->ut_numbern('svcnum') || $self->ut_numbern('catchall') || $self->ut_numbern('max_accounts') + || $self->ut_textn('cgp_aliases') #well ; return $error if $error;