X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_Status.html;h=4a64d47bc014bfcd762a8f7975657ee8d6c69361;hb=5eeb9796a077576256105c155081465b486211f7;hp=94fa1e456ec012269c415729247b7e2e7feba6c4;hpb=1cc2f252d504829e7aa4394a4c788e6e6fc03756;p=freeside.git 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; +