X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Felements%2Fsvc_Common.html;fp=httemplate%2Fedit%2Fprocess%2Felements%2Fsvc_Common.html;h=ca336a1261c9700d533315f065f859b9ba748217;hb=1af8ff7f48f7259fc99f090c301c84b9680fdb4d;hp=55ecc5f79a64d6bfd02e51651b6c675aa87f16da;hpb=0f0bc1ef7aafc6b3869c0f71ee2528c1c9897ce6;p=freeside.git diff --git a/httemplate/edit/process/elements/svc_Common.html b/httemplate/edit/process/elements/svc_Common.html index 55ecc5f79..ca336a126 100644 --- a/httemplate/edit/process/elements/svc_Common.html +++ b/httemplate/edit/process/elements/svc_Common.html @@ -29,7 +29,7 @@ my $args_callback = sub { map { $_ => $cgi->param("router_$_") } qw( routernum routername blocknum ) }); - if (length($router->routername) == 0) { + if ($router->blocknum and length($router->routername) == 0) { #sensible default $router->set('routername', $svc->label); }