From: ivan Date: Tue, 29 Nov 2011 02:59:43 +0000 (+0000) Subject: add forward and spam setting to inter.net portal, RT#13656 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eafc4c26bea9da23b653adb361a05d49324081de add forward and spam setting to inter.net portal, RT#13656 --- diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index d76891d12..97e4e22bf 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -1587,6 +1587,7 @@ sub process_acct_forward { my $error; if ( $old ) { + warn "old: $old\n"; $new->svcnum($old->svcnum); my $cust_svc = $old->cust_svc; $new->svcpart($old->svcpart);