From: jeff Date: Mon, 3 Aug 2009 14:07:27 +0000 (+0000) Subject: bad tyops X-Git-Tag: root_of_svc_elec_features~954 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=01b857aa5fb209905d569844bc44710999df84e6 bad tyops --- diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 11e3b7d4b..faf065593 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -308,7 +308,7 @@ sub _export_command { stdin_string => $stdin_string, ); - if($self->options('no_queue')) { + if($self->option('no_queue')) { # discard return value just like freeside-queued. eval { ssh_cmd(@ssh_cmd_args) }; $error = $@; @@ -387,7 +387,7 @@ sub _export_replace { stdin_string => $stdin_string, ); - if($self->options('no_queue')) { + if($self->option('no_queue')) { # discard return value just like freeside-queued. eval { ssh_cmd(@ssh_cmd_args) }; $error = $@;