From: atz Date: Tue, 5 Oct 2010 17:08:56 +0000 (+0000) Subject: The whole point of test mode, NOT actually committing actions. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2ea05dac502eed1588a58c0a268f7e1aad2e9192;p=contrib%2FConifer.git The whole point of test mode, NOT actually committing actions. git-svn-id: svn://svn.open-ils.org/ILS/trunk@18177 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/support-scripts/edi_pusher.pl b/Open-ILS/src/support-scripts/edi_pusher.pl index a5eff79c6a..b18852b0f7 100755 --- a/Open-ILS/src/support-scripts/edi_pusher.pl +++ b/Open-ILS/src/support-scripts/edi_pusher.pl @@ -159,6 +159,7 @@ foreach my $def (@$defs) { my $logstr2 = sprintf "event %s, PO %s, template_output %s", $_->{id}, $message->purchase_order, $event->template_output->id; if ($opts->{test}) { print "Test mode, skipping translation/send\n"; + next; } printf "\nNow calling attempt_translation for $logstr2\n\n";