[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.133.2.19, 1.133.2.20
Ivan,,,
ivan at wavetail.420.am
Wed Oct 5 20:31:49 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv9515
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.133.2.19
retrieving revision 1.133.2.20
diff -u -w -d -r1.133.2.19 -r1.133.2.20
--- MyAccount.pm 4 Oct 2011 01:04:01 -0000 1.133.2.19
+++ MyAccount.pm 6 Oct 2011 03:31:47 -0000 1.133.2.20
@@ -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