summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-11-29 02:55:20 +0000
committerivan <ivan>2011-11-29 02:55:20 +0000
commit59f7d98b15316f5869c594f441d1b36c4064fe3f (patch)
tree46a9c003274e9e2539855ba44abf11618bb81286
parentee7abaf6cf68da08a8183e8d6aadb2e211f7be7d (diff)
add forward and spam setting to inter.net portal, RT#13656
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
1 files changed, 2 insertions, 0 deletions
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);