[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.133.2.27, 1.133.2.28

Ivan,,, ivan at wavetail.420.am
Fri Nov 11 16:10:11 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv2572/FS/FS/ClientAPI

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	MyAccount.pm 
Log Message:
DSL status pulling, RT#13656

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.133.2.27
retrieving revision 1.133.2.28
diff -u -w -d -r1.133.2.27 -r1.133.2.28
--- MyAccount.pm	11 Nov 2011 23:55:35 -0000	1.133.2.27
+++ MyAccount.pm	12 Nov 2011 00:10:08 -0000	1.133.2.28
@@ -1527,7 +1527,8 @@
   my($context, $session, $custnum) = _custoragent_session_custnum($p);
   return { 'error' => $session } if $context eq 'error';
 
-  my $svc_x = _customer_svc_x( $custnum, $p->{'svcnum'})
+  #XXX only svc_dsl for now
+  my $svc_x = _customer_svc_x( $custnum, $p->{'svcnum'}, 'svc_dsl')
     or return { 'error' => "Service not found" };
 
   my $html = $svc_x->getstatus_html;



More information about the freeside-commits mailing list