[open-ils-commits] r15653 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 2 10:54:01 EST 2010
Author: senator
Date: 2010-03-02 10:53:59 -0500 (Tue, 02 Mar 2010)
New Revision: 15653
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
Log:
Fix syntax error
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm 2010-03-02 04:32:27 UTC (rev 15652)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm 2010-03-02 15:53:59 UTC (rev 15653)
@@ -1215,7 +1215,7 @@
}
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) {
More information about the open-ils-commits
mailing list