[open-ils-commits] r18177 - trunk/Open-ILS/src/support-scripts (atz)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 5 13:09:00 EDT 2010
Author: atz
Date: 2010-10-05 13:08:56 -0400 (Tue, 05 Oct 2010)
New Revision: 18177
Modified:
trunk/Open-ILS/src/support-scripts/edi_pusher.pl
Log:
The whole point of test mode, NOT actually committing actions.
Modified: trunk/Open-ILS/src/support-scripts/edi_pusher.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/edi_pusher.pl 2010-10-05 16:38:22 UTC (rev 18176)
+++ trunk/Open-ILS/src/support-scripts/edi_pusher.pl 2010-10-05 17:08:56 UTC (rev 18177)
@@ -159,6 +159,7 @@
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";
More information about the open-ils-commits
mailing list