diff options
Diffstat (limited to 'httemplate/view/svc_Status.html')
| -rw-r--r-- | httemplate/view/svc_Status.html | 2 |
1 files changed, 2 insertions, 0 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> |
