summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-05-03 10:49:54 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-05-08 10:28:16 -0400
commitbc0156386f7ce4f353cb98039e942b563bef3841 (patch)
treec1a6e8b5a9eb67ad0e04d954692f59529aba03ec /FS
parentfaf6ca7361f6500441f23d06f7cb3a3c11e92aa0 (diff)
RT# 83251 - created script to update service speeds
Diffstat (limited to 'FS')
-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 229cfdd1f..b4068ea2d 100644
--- a/FS/FS/svc_Common.pm
+++ b/FS/FS/svc_Common.pm
@@ -479,6 +479,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