X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_Common.pm;h=b67992dc265c27ca0f0267d87c4486ddbc22016f;hp=afd5db64f19733ada2dae3a09670187eb82073f1;hb=af2e0f2bcb710bbd288523071d2dd630e6cf401f;hpb=a5496f56c0c9755e1aa268b9a979cd81e59243c3 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