X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMyAccount.pm;h=abb93e8ecffab4ff0640a5157079760ac7edfcc6;hb=ee7abaf6cf68da08a8183e8d6aadb2e211f7be7d;hp=1b32ce31e429030cd336448ecb589dc8a9d3b617;hpb=ed809baa3218f6189f8029ac1e4c4e4f9372110c;p=freeside.git diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 1b32ce31e..abb93e8ec 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'; @@ -1568,9 +1569,9 @@ sub process_acct_forward { { 'srcsvc' => $p->{'svcnum'} }, 'svc_forward', ); + warn $old; if ( $p->{'dst'} eq '' ) { - warn Dumper($p); if ( $old ) { my $error = $old->delete; return { 'error' => $error };