[freeside-commits] freeside/httemplate/view svc_Status.html, 1.1.2.2, 1.1.2.3 svc_dsl.cgi, 1.9.2.2, 1.9.2.3
Ivan,,,
ivan at wavetail.420.am
Fri Nov 11 14:45:41 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv12589/httemplate/view
Modified Files:
Tag: FREESIDE_2_3_BRANCH
svc_Status.html svc_dsl.cgi
Log Message:
DSL status pulling, RT#13656
Index: svc_dsl.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_dsl.cgi,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -w -d -r1.9.2.2 -r1.9.2.3
--- svc_dsl.cgi 10 Nov 2011 03:30:07 -0000 1.9.2.2
+++ svc_dsl.cgi 11 Nov 2011 22:45:39 -0000 1.9.2.3
@@ -69,7 +69,7 @@
$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,
Index: svc_Status.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_Status.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- svc_Status.html 10 Nov 2011 03:30:07 -0000 1.1.2.2
+++ svc_Status.html 11 Nov 2011 22:45:39 -0000 1.1.2.3
@@ -19,4 +19,6 @@
die "Unknown svcnum" unless $cust_svc;
my $svc_x = $cust_svc->svc_x;
+my $part_svc = $cust_svc->part_svc;
+
</%init>
More information about the freeside-commits
mailing list