fixed cstoreeditor invocation
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Dec 2008 18:35:58 +0000 (18:35 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Dec 2008 18:35:58 +0000 (18:35 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11692 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm

index 57c4a07..ba675b5 100644 (file)
@@ -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"]},