add forward and spam setting to inter.net portal, RT#13656
[freeside.git] / FS / FS / ClientAPI / MyAccount.pm
index abb93e8..97e4e22 100644 (file)
@@ -1583,8 +1583,11 @@ sub process_acct_forward {
                                   'dst'    => $p->{'dst'},
                                 };
 
+  warn $new;
+
   my $error;
   if ( $old ) {
+    warn "old: $old\n";
     $new->svcnum($old->svcnum);
     my $cust_svc = $old->cust_svc;
     $new->svcpart($old->svcpart);