diff options
author | ivan <ivan> | 2011-11-29 02:48:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-29 02:48:08 +0000 |
commit | 4c29dbc650a92a3fa95fe74a86ed59530eda26dc (patch) | |
tree | b861bdf22ceafed144ca8e800cd7bee9342295c9 /FS | |
parent | 687d99781b3a8c555534e0a4f7fd826e59e4cf2f (diff) |
add forward and spam setting to inter.net portal, RT#13656
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index ac3ebdfc5..abb93e8ec 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -1569,6 +1569,7 @@ sub process_acct_forward { { 'srcsvc' => $p->{'svcnum'} }, 'svc_forward', ); + warn $old; if ( $p->{'dst'} eq '' ) { if ( $old ) { |