From: senator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 2 Mar 2010 15:53:59 +0000 (+0000)
Subject: Fix syntax error
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea4198007b9c7314969077eb072bf6df09651d94;p=contrib%2FConifer.git

Fix syntax error


git-svn-id: svn://svn.open-ils.org/ILS/trunk@15653 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

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) {