From: atz Date: Tue, 28 Sep 2010 03:18:53 +0000 (+0000) Subject: Minor cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=202f19b92bf2bfe83b9159daa43ebd82b29b831e;p=evergreen%2Fjoelewis.git Minor cleanup git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18066 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 4d1338b1dd..bb214da52b 100755 --- a/Open-ILS/src/support-scripts/edi_pusher.pl +++ b/Open-ILS/src/support-scripts/edi_pusher.pl @@ -48,8 +48,6 @@ my $defs = $e->search_action_trigger_event_definition({ $opts->{verbose} = 0 if $opts->{quiet}; - -# print Dumper($defs); print "\nHook '$hook' is used in ", scalar(@$defs), " event definition(s):\n"; $Data::Dumper::Indent = 1; @@ -99,7 +97,8 @@ foreach my $def (@$defs) { if ($opts->{verbose}) { # $subq->{'select'}->{'acqedim'} = ['id', 'purchase_order', 'message_type', 'status']; my $excluded = $e->json_query($subq); - print "Excluded: ", scalar(@$excluded), " purchase order(s):\n", Dumper(\@$excluded), "\n"; + print "Excluded: ", scalar(@$excluded), " purchase order(s):\n"; + print join("\n", sort map {sprintf "%7d", $_->{purchase_order}} @$excluded), "\n"; } my $events = $e->json_query($query);