[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.152, 1.153

Ivan,,, ivan at wavetail.420.am
Wed Oct 5 20:31:52 PDT 2011


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

Modified Files:
	MyAccount.pm 
Log Message:
add svc_dsl phonenum to list_svcs output, RT#13656

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -w -d -r1.152 -r1.153
--- MyAccount.pm	4 Oct 2011 01:03:58 -0000	1.152
+++ MyAccount.pm	6 Oct 2011 03:31:50 -0000	1.153
@@ -1380,6 +1380,7 @@
               );
 
             } elsif ( $svcdb eq 'svc_dsl' ) {
+              $hash{'phonenum'} = $svc_x->phonenum;
               if ( $svc_x->first || $svc_x->get('last') || $svc_x->company ) {
                 $hash{'name'} = $svc_x->first. ' '. $svc_x->get('last');
                 $hash{'name'} = $svc_x->company. ' ('. $hash{'name'}. ')'



More information about the freeside-commits mailing list