From: ivan Date: Tue, 29 Nov 2011 02:55:20 +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=59f7d98b15316f5869c594f441d1b36c4064fe3f 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 abb93e8ec..d76891d12 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -1583,6 +1583,8 @@ sub process_acct_forward { 'dst' => $p->{'dst'}, }; + warn $new; + my $error; if ( $old ) { $new->svcnum($old->svcnum);