From af2e0f2bcb710bbd288523071d2dd630e6cf401f Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 3 May 2019 10:49:54 -0400 Subject: RT# 83251 - created script to update service speeds --- FS/FS/svc_Common.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS') diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index afd5db64f..b67992dc2 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -486,6 +486,7 @@ passed to export commands. sub replace { my $new = shift; + $noexport_hack = $new->no_export if $new->no_export; my $old = ( blessed($_[0]) && $_[0]->isa('FS::Record') ) ? shift -- cgit v1.2.1