ensure deploy zones have a description, #24047
authorMark Wells <mark@freeside.biz>
Wed, 1 Oct 2014 22:26:24 +0000 (15:26 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 1 Oct 2014 22:26:24 +0000 (15:26 -0700)
FS/FS/deploy_zone.pm
httemplate/browse/deploy_zone.html

index 16f59c8..6142b91 100644 (file)
@@ -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')
index ddfbde4..3bd9d07 100644 (file)
@@ -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,