From c85fb4286dd65c17ea6d5b0601f2927a29ad85c0 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 29 Dec 2008 18:35:58 +0000 Subject: [PATCH] fixed cstoreeditor invocation git-svn-id: svn://svn.open-ils.org/ILS/trunk@11692 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm b/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm index 57c4a07afa..ba675b588a 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm @@ -1541,7 +1541,7 @@ sub get_copy_price { # 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"]}, -- 2.11.0