X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_domain.pm;h=10d5d8f5c53abfc074d0ec0e44ba01d870173bc2;hb=23c97b258b9b60d558af333166940f11c229f71c;hp=32b94563d2d96e66d9470bec62edc7c189afea19;hpb=0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d;p=freeside.git diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index 32b94563d..10d5d8f5c 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -342,7 +342,8 @@ sub check { return "Unknown catchall" unless $svc_acct; } - $self->ut_textn('purpose'); + $self->ut_textn('purpose') + or $self->SUPER::check; }