From d87f3154a1b1857cfdf2d23ffda1dab045fcd27a Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 4 May 2009 20:09:23 +0000 Subject: [PATCH] fixing json_query for fleshing URIs git-svn-id: svn://svn.open-ils.org/ILS/trunk@13059 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0