From ea4198007b9c7314969077eb072bf6df09651d94 Mon Sep 17 00:00:00 2001 From: senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Tue, 2 Mar 2010 15:53:59 +0000 Subject: [PATCH] Fix syntax error git-svn-id: svn://svn.open-ils.org/ILS/trunk@15653 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm index 16acddf4f9..9901e695ba 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm @@ -1215,7 +1215,7 @@ sub po_events { } my $po_events = $e->json_query($query); - my $flesh_fields = ( 'atev' => [ 'event_def' ] }; + my $flesh_fields = { 'atev' => [ 'event_def' ] }; my $flesh_depth = 1; for my $id (@$po_events) { -- 2.11.0