From: miker Date: Mon, 4 May 2009 20:09:23 +0000 (+0000) Subject: fixing json_query for fleshing URIs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d87f3154a1b1857cfdf2d23ffda1dab045fcd27a;p=Evergreen.git fixing json_query for fleshing URIs git-svn-id: svn://svn.open-ils.org/ILS/trunk@13059 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index f8ecf9ed79..a28dfe27ae 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -715,8 +715,8 @@ sub retrieve_uri { { flesh => 10, flesh_fields => { auri => [qw/call_number_maps/], + auricnm => [qw/call_number/], acn => [qw/owning_lib record/], - auricnm => [qw/uri/], } }) ->gather(1))