[open-ils-commits] r11692 - trunk/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 29 13:36:01 EST 2008


Author: erickson
Date: 2008-12-29 13:35:58 -0500 (Mon, 29 Dec 2008)
New Revision: 11692

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
Log:
fixed cstoreeditor invocation

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm	2008-12-29 17:55:47 UTC (rev 11691)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm	2008-12-29 18:35:58 UTC (rev 11692)
@@ -1541,7 +1541,7 @@
 # given a transaction ID, this returns the context org_unit for the transaction
 sub xact_org {
     my($self, $xact_id, $e) = @_;
-    $e ||= new_editor();
+    $e ||= OpenILS::Utils::CStoreEditor->new;
     
     my $loc = $e->json_query({
         "select" => {circ => ["circ_lib"]},



More information about the open-ils-commits mailing list