X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-router_block_ip.html;h=45d1dacd873451798882ba2f67e6e0b8d2698a04;hb=d64984bbfe839fbe71830862a6841380425f3dbe;hp=a4ce6644bb7223136340b5d524a63b0bbe951fc5;hpb=65befdb357c410bd24bf411551cd9d091d82b10d;p=freeside.git 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'} || '';