RT# 83450 - fixed rateplan export
[freeside.git] / FS / FS / svc_Common.pm
index 229cfdd..b4068ea 100644 (file)
@@ -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