[freeside-commits] freeside/httemplate/view svc_Status.html, 1.1.2.3, 1.1.2.4
Ivan,,,
ivan at wavetail.420.am
Fri Nov 11 15:55:37 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv26754/httemplate/view
Modified Files:
Tag: FREESIDE_2_3_BRANCH
svc_Status.html
Log Message:
DSL status pulling, RT#13656
Index: svc_Status.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_Status.html,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -w -d -r1.1.2.3 -r1.1.2.4
--- svc_Status.html 11 Nov 2011 22:45:39 -0000 1.1.2.3
+++ svc_Status.html 11 Nov 2011 23:55:35 -0000 1.1.2.4
@@ -4,12 +4,7 @@
'nobr' => 0, #1 for no <BR><BR> after the title
}
&>
-% foreach my $export ( grep $_->can('export_getstatus'), $part_svc->part_export ) {
-% my $html = '';
-% my %hash = ();
-% $export->export_getstatus( $svc_x, \$html, \%hash );
<% $html %>
-% }
<%init>
$cgi->param('svcnum') =~ /^(\d+)$/ or die 'illegal svcnum';
@@ -19,6 +14,6 @@
die "Unknown svcnum" unless $cust_svc;
my $svc_x = $cust_svc->svc_x;
-my $part_svc = $cust_svc->part_svc;
+my $html = $svc_x->getstatus_html;
</%init>
More information about the freeside-commits
mailing list