From: ivan Date: Tue, 29 Nov 2011 02:55:22 +0000 (+0000) Subject: add forward and spam setting to inter.net portal, RT#13656 X-Git-Tag: freeside_2_3_1~126 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=28963ff9feca2f3ca76b3bf7ad6977d00a1d051c;p=freeside.git 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);