From: Mark Wells Date: Wed, 1 Oct 2014 22:26:24 +0000 (-0700) Subject: ensure deploy zones have a description, #24047 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=266926392e812ecf3f933f65e6831a3a7f578986 ensure deploy zones have a description, #24047 --- 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') diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html index ddfbde43d..3bd9d07dd 100644 --- a/httemplate/browse/deploy_zone.html +++ b/httemplate/browse/deploy_zone.html @@ -52,7 +52,7 @@ '(adv_speed_down, adv_speed_up)', '(cir_speed_down, cir_speed_up)', ], - links => [ '', $link_fixed, ], + links => [ $link_fixed, $link_fixed, ], align => 'clllllr', nohtmlheader => 1, disable_maxselect => 1,