diff options
| author | ivan <ivan> | 2011-11-29 02:59:45 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-11-29 02:59:45 +0000 | 
| commit | 0d9c40c559dbead3fb742fe3b7d40df29f28b333 (patch) | |
| tree | 49d9e13ddf301556f082e54ec9047df1187d6510 /FS | |
| parent | 28963ff9feca2f3ca76b3bf7ad6977d00a1d051c (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 d76891d12..97e4e22bf 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -1587,6 +1587,7 @@ sub process_acct_forward {    my $error;    if ( $old ) { +    warn "old: $old\n";      $new->svcnum($old->svcnum);      my $cust_svc = $old->cust_svc;      $new->svcpart($old->svcpart);  | 
