diff options
author | Mark Wells <mark@freeside.biz> | 2012-02-27 15:59:59 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-02-27 15:59:59 -0800 |
commit | d64984bbfe839fbe71830862a6841380425f3dbe (patch) | |
tree | fccc5ac5ac1ef06c8109b6addeedb1e75ef87413 /httemplate/elements/tr-select-router_block_ip.html | |
parent | 65befdb357c410bd24bf411551cd9d091d82b10d (diff) |
bug fixes for #14698
Diffstat (limited to 'httemplate/elements/tr-select-router_block_ip.html')
-rw-r--r-- | httemplate/elements/tr-select-router_block_ip.html | 3 |
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'} || ''; |