X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdeploy_zone.pm;h=6142b91812c1518bcb52dda97a8146add9ae4570;hb=6d47b55c98b1a8e145a4b63579e148241c65b6ed;hp=16f59c81dc56568173b526696a36b526d04f6b86;hpb=1ebcca94aba75c5901c6eefaf373f39e94b03cf0;p=freeside.git diff --git a/FS/FS/deploy_zone.pm b/FS/FS/deploy_zone.pm index 16f59c81d..6142b9181 100644 --- a/FS/FS/deploy_zone.pm +++ b/FS/FS/deploy_zone.pm @@ -181,7 +181,7 @@ sub check { my $error = $self->ut_numbern('zonenum') - || $self->ut_textn('description') + || $self->ut_text('description') || $self->ut_number('agentnum') || $self->ut_foreign_key('agentnum', 'agent', 'agentnum') || $self->ut_textn('dbaname')