add forward and spam setting to inter.net portal, RT#13656
authorivan <ivan>
Tue, 29 Nov 2011 02:55:22 +0000 (02:55 +0000)
committerivan <ivan>
Tue, 29 Nov 2011 02:55:22 +0000 (02:55 +0000)
FS/FS/ClientAPI/MyAccount.pm

index abb93e8..d76891d 100644 (file)
@@ -1583,6 +1583,8 @@ sub process_acct_forward {
                                   'dst'    => $p->{'dst'},
                                 };
 
+  warn $new;
+
   my $error;
   if ( $old ) {
     $new->svcnum($old->svcnum);