diff options
-rw-r--r-- | FS/FS/svc_domain.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index 07fe7ce51..3311ac566 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -140,8 +140,8 @@ otherwise returns false. The additional fields I<pkgnum> and I<svcpart> (see L<FS::cust_svc>) should be defined. An FS::cust_svc record will be created and inserted. -The additional field I<action> should be set to I<N> for new domains or I<M> -for transfers. +The additional field I<action> should be set to I<N> for new domains, I<M> +for transfers, or I<I> for no action (registered elsewhere). A registration or transfer email will be submitted unless $FS::svc_domain::whois_hack is true. |