summaryrefslogtreecommitdiff
path: root/FS/FS/svc_Common.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-05-03 10:49:54 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-05-03 10:49:54 -0400
commitaf2e0f2bcb710bbd288523071d2dd630e6cf401f (patch)
tree4abc4d2b16a8178913b2c0669607343febfd0617 /FS/FS/svc_Common.pm
parenta5496f56c0c9755e1aa268b9a979cd81e59243c3 (diff)
RT# 83251 - created script to update service speeds
Diffstat (limited to 'FS/FS/svc_Common.pm')
-rw-r--r--FS/FS/svc_Common.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm
index afd5db6..b67992d 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