summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-11-29 02:45:01 +0000
committerivan <ivan>2011-11-29 02:45:01 +0000
commit179e23fed3371f98eb52e8d7122b5c13e6e2f8d1 (patch)
tree63d8fd40ab08b21da56393584a7d7ff9a12b8764 /FS/FS
parented809baa3218f6189f8029ac1e4c4e4f9372110c (diff)
add forward and spam setting to inter.net portal, RT#13656
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 1b32ce3..ac3ebdf 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -1560,6 +1560,7 @@ sub acct_forward_info {
sub process_acct_forward {
my $p = shift;
+ warn Dumper($p);
my($context, $session, $custnum) = _custoragent_session_custnum($p);
return { 'error' => $session } if $context eq 'error';
@@ -1570,7 +1571,6 @@ sub process_acct_forward {
);
if ( $p->{'dst'} eq '' ) {
- warn Dumper($p);
if ( $old ) {
my $error = $old->delete;
return { 'error' => $error };