omit spurious export triggering
[freeside.git] / FS / FS / svc_acct.pm
index 7cbe63f..ba95778 100644 (file)
@@ -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;