[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.113.2.14, 1.113.2.15
Erik Levinson
levinse at wavetail.420.am
Thu May 5 12:34:04 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv1772/FS/FS/ClientAPI
Modified Files:
Tag: FREESIDE_2_1_BRANCH
MyAccount.pm
Log Message:
fix bug in previous commit for RT11761, RT12737
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.113.2.14
retrieving revision 1.113.2.15
diff -u -w -d -r1.113.2.14 -r1.113.2.15
--- MyAccount.pm 5 May 2011 06:56:02 -0000 1.113.2.14
+++ MyAccount.pm 5 May 2011 19:34:01 -0000 1.113.2.15
@@ -1054,6 +1054,8 @@
sub list_svcs {
my $p = shift;
+ my $conf = new FS::Conf;
+
my($context, $session, $custnum) = _custoragent_session_custnum($p);
return { 'error' => $session } if $context eq 'error';
More information about the freeside-commits
mailing list