X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMyAccount.pm;h=ac3ebdfc596a765862940dea3c37d68198e14164;hp=1b32ce31e429030cd336448ecb589dc8a9d3b617;hb=687d99781b3a8c555534e0a4f7fd826e59e4cf2f;hpb=581c4882747d0a02fa41fd079f401358cf87b48d diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 1b32ce31e..ac3ebdfc5 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 };