diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/svc_Common.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index dd9731e9b..c40488db4 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -477,6 +477,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 |
