summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-02-27 15:57:40 -0800
committerMark Wells <mark@freeside.biz>2012-02-27 15:57:40 -0800
commit97830d790f335a46aae8a03235b19177169d1bb2 (patch)
treed4800dbd32f57f41cc308d9b8c67169a0193e200 /httemplate/elements
parent5758caa3d3d457d1c2d7f2d39386224180f8136c (diff)
bug fixes for #14698
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/tr-select-router_block_ip.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-router_block_ip.html b/httemplate/elements/tr-select-router_block_ip.html
index a4ce6644b..45d1dacd8 100644
--- a/httemplate/elements/tr-select-router_block_ip.html
+++ b/httemplate/elements/tr-select-router_block_ip.html
@@ -60,6 +60,9 @@ my $svc_x = $opt{'object'};
if ( $svc_x ) {
$opt{$_} = $svc_x->$_
foreach qw(routernum blocknum ip_addr svcpart);
+ if ( $svc_x->svcnum ) {
+ $opt{'svcpart'} = $svc_x->cust_svc->svcpart;
+ }
}
my $svcpart = $opt{'svcpart'} || '';