diff options
author | ivan <ivan> | 2011-11-29 02:55:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-29 02:55:22 +0000 |
commit | 28963ff9feca2f3ca76b3bf7ad6977d00a1d051c (patch) | |
tree | 1838248b70c162436142233d1acbeb10d734f229 /FS | |
parent | 4c29dbc650a92a3fa95fe74a86ed59530eda26dc (diff) |
add forward and spam setting to inter.net portal, RT#13656
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 2 |
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); |