diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-05-03 10:49:54 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-05-08 09:39:27 -0400 |
| commit | ce73ae43d0d86472e239226c28c99ced5b72c2e7 (patch) | |
| tree | 3c376a6c0eca6e00e37332d7313519c131fe3c94 /FS/FS | |
| parent | 7ed03cd3b992a5df6c786686a5271eea65611dbc (diff) | |
RT# 83251 - created script to update service speeds
Diffstat (limited to 'FS/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 |
