From d64984bbfe839fbe71830862a6841380425f3dbe Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 27 Feb 2012 15:59:59 -0800 Subject: bug fixes for #14698 --- httemplate/elements/tr-select-router_block_ip.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/elements') 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'} || ''; -- cgit v1.2.1