RT# 78547 noexport_hack part_export::phone_shellcommands
authorMitch Jackson <mitch@mitchjacksontech.com>
Tue, 14 Aug 2018 23:43:41 +0000 (19:43 -0400)
committerMitch Jackson <mitch@freeside.biz>
Wed, 19 Sep 2018 04:41:50 +0000 (00:41 -0400)
FS/FS/part_export/phone_shellcommands.pm

index 71445bf..3f01de3 100644 (file)
@@ -5,6 +5,7 @@ use vars qw(@ISA %info);
 use Tie::IxHash;
 use String::ShellQuote;
 use FS::part_export;
+use Carp qw(carp);
 
 @ISA = qw(FS::part_export);
 
@@ -103,6 +104,12 @@ sub _export_command {
   my $command = $self->option($action);
   return '' if $command =~ /^\s*$/;
 
+  if ( $FS::svc_Common::noexport_hack ) {
+    carp "_export_command($action) suppressed by noexport_hack"
+      if $self->option('debug');
+    return;
+  }
+
   #set variable for the command
   no strict 'vars';
   {