[freeside-commits] branch master updated. 1ad229e71846b8bbad4ac6272ae75af89e51d0e3
Mark Wells
mark at 420.am
Wed Oct 1 15:26:45 PDT 2014
The branch, master has been updated
via 1ad229e71846b8bbad4ac6272ae75af89e51d0e3 (commit)
from fa9e50e040977723813e884f93f7f7c5819c9037 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1ad229e71846b8bbad4ac6272ae75af89e51d0e3
Author: Mark Wells <mark at freeside.biz>
Date: Wed Oct 1 15:26:32 2014 -0700
ensure deploy zones have a description, #24047
diff --git a/FS/FS/deploy_zone.pm b/FS/FS/deploy_zone.pm
index 16f59c8..6142b91 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 ddfbde4..3bd9d07 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,
-----------------------------------------------------------------------
Summary of changes:
FS/FS/deploy_zone.pm | 2 +-
httemplate/browse/deploy_zone.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list