[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.133.2.36, 1.133.2.37
Ivan,,,
ivan at wavetail.420.am
Mon Nov 28 18:59:48 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv2661/FS/FS/ClientAPI
Modified Files:
Tag: FREESIDE_2_3_BRANCH
MyAccount.pm
Log Message:
add forward and spam setting to inter.net portal, RT#13656
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.133.2.36
retrieving revision 1.133.2.37
diff -u -w -d -r1.133.2.36 -r1.133.2.37
--- MyAccount.pm 29 Nov 2011 02:55:22 -0000 1.133.2.36
+++ MyAccount.pm 29 Nov 2011 02:59:45 -0000 1.133.2.37
@@ -1587,6 +1587,7 @@
my $error;
if ( $old ) {
+ warn "old: $old\n";
$new->svcnum($old->svcnum);
my $cust_svc = $old->cust_svc;
$new->svcpart($old->svcpart);
More information about the freeside-commits
mailing list