[open-ils-commits] r13059 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon May 4 16:09:27 EDT 2009


Author: miker
Date: 2009-05-04 16:09:23 -0400 (Mon, 04 May 2009)
New Revision: 13059

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
fixing json_query for fleshing URIs

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2009-05-04 19:52:07 UTC (rev 13058)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2009-05-04 20:09:23 UTC (rev 13059)
@@ -715,8 +715,8 @@
     		    { flesh		=> 10,
         		  flesh_fields	=> {
 	        	  			auri    => [qw/call_number_maps/],
+	        	  			auricnm	=> [qw/call_number/],
 	        	  			acn	    => [qw/owning_lib record/],
-	        	  			auricnm	=> [qw/uri/],
     				}
 	    	    })
             ->gather(1))



More information about the open-ils-commits mailing list