option for shellcommands to ignore errors, #15357
[freeside.git] / FS / FS / part_export / shellcommands_withdomain.pm
index d5a6187..7011dce 100644 (file)
@@ -66,6 +66,10 @@ tie my %options, 'Tie::IxHash',
                type=>'select', options=>[qw(crypt md5)],
                default => 'crypt',
              },
+  'ignore_all_output' => {
+    label => 'Ignore all output and errors from the command',
+    type  => 'checkbox',
+  },
 ;
 
 %info = (