From: ivan Date: Thu, 9 Feb 2012 10:27:37 +0000 (+0000) Subject: spam settings, RT#15987 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1daea3b56a2a47dd74bc83ab61ab93edbc7dd847 spam settings, RT#15987 --- diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 30def4a7f..7d177f9fe 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -1568,6 +1568,8 @@ sub set_svc_status_hash { my $svc_x = _customer_svc_x( $custnum, $p->{'svcnum'}, 'svc_acct') or return { 'error' => "Service not found" }; + warn "set_svc_status_hash ". join(' / ', map "$_=>".$p->{$_}, keys %$p ) + if $DEBUG; my $error = $svc_x->export_setstatus($p); #$p? returns error? return { 'error' => $error } if $error;