X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct.pm;h=509384170c4c9fb2f24b2ccbd6dddfea283e2677;hb=c3a7a85cc177d38b50621900f239447c92552a0c;hp=666a56ab96df3ccbb163a67e542700a13473f9ff;hpb=9d97d8bcc06f8c0fc12cdba4fe9cb5a0ac993066;p=freeside.git diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 666a56ab9..509384170 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -538,7 +538,13 @@ sub table_info { disable_inventory => 1, disable_select => 1, }, - #XXX pronto style? + 'cgp_prontoskinname' => { + label => 'Communigate Pronto style', + type => 'select', + select_list => [ '', 'Pronto', 'Pronto-darkflame', 'Pronto-steel', 'Pronto-twilight', ], + disable_inventory => 1, + disable_select => 1, + }, 'cgp_sendmdnmode' => { label => 'Communigate send read receipts', type => 'select', @@ -1239,7 +1245,7 @@ sub check { || $self->ut_alphan('cgp_language') || $self->ut_textn('cgp_timezone') || $self->ut_textn('cgp_skinname') - #XXX pronto style? + || $self->ut_textn('cgp_prontoskinname') || $self->ut_alphan('cgp_sendmdnmode') #XXX vacation message, redirect all mail, mail rules #XXX RPOP settings