diff options
| -rw-r--r-- | FS/FS/svc_acct.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 7cbe63f6c..ba9577864 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -1571,6 +1571,7 @@ sub set_usage {    local $SIG{TSTP} = 'IGNORE';    local $SIG{PIPE} = 'IGNORE'; +  local $FS::svc_Common::noexport_hack = 1;    my $oldAutoCommit = $FS::UID::AutoCommit;    local $FS::UID::AutoCommit = 0;    my $dbh = dbh; | 
