[freeside-commits] freeside/httemplate/view svc_Status.html, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Fri Nov 11 15:55:32 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv26735/httemplate/view

Modified Files:
	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.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- svc_Status.html	11 Nov 2011 22:45:39 -0000	1.2
+++ svc_Status.html	11 Nov 2011 23:55:30 -0000	1.3
@@ -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