diff options
author | ivan <ivan> | 2011-11-11 22:45:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-11 22:45:40 +0000 |
commit | 928a126034e99d99420a1cf1a7eb551e1e1d320d (patch) | |
tree | 608f5ab4881914dfdf31adff4820efa3bc609f91 /httemplate | |
parent | 5157ebd894ad02c85bac66ed89313d0c0dea7aeb (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, |