diff options
author | ivan <ivan> | 2011-11-11 22:45:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-11 22:45:39 +0000 |
commit | 5eeb9796a077576256105c155081465b486211f7 (patch) | |
tree | b792de75cbfa6d3a2909eecbb46f30d4d67f46d0 /httemplate | |
parent | 1cc2f252d504829e7aa4394a4c788e6e6fc03756 (diff) |
DSL status pulling, RT#13656
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/svc_Status.html | 2 | ||||
-rw-r--r-- | httemplate/view/svc_dsl.cgi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/svc_Status.html b/httemplate/view/svc_Status.html index 94fa1e456..4a64d47bc 100644 --- a/httemplate/view/svc_Status.html +++ b/httemplate/view/svc_Status.html @@ -19,4 +19,6 @@ my $cust_svc = qsearchs( 'cust_svc', { 'svcnum' => $svcnum } ); die "Unknown svcnum" unless $cust_svc; my $svc_x = $cust_svc->svc_x; +my $part_svc = $cust_svc->part_svc; + </%init> diff --git a/httemplate/view/svc_dsl.cgi b/httemplate/view/svc_dsl.cgi index 0b1ebd702..959b260a6 100644 --- a/httemplate/view/svc_dsl.cgi +++ b/httemplate/view/svc_dsl.cgi @@ -69,7 +69,7 @@ my $svc_cb = sub { $footer .= '<BR><BR>'. include('/elements/popup_link.html', { - 'action' => $p.'view/svc_dsl_status.html'. + 'action' => $p.'view/svc_Status.html'. '?svcnum='. $svc_dsl->svcnum, 'label' => 'View line status', 'width' => 763, |