[open-ils-commits] r13587 - in branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application: . Circ (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 14 12:39:20 EDT 2009


Author: erickson
Date: 2009-07-14 12:39:17 -0400 (Tue, 14 Jul 2009)
New Revision: 13587

Modified:
   branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
   branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm
Log:
backporting 13584 : org fleshing depth

Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm	2009-07-14 16:39:02 UTC (rev 13586)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm	2009-07-14 16:39:17 UTC (rev 13587)
@@ -1090,7 +1090,7 @@
 		[
 			{"parent_ou" => undef },
 			{
-				flesh				=> 2,
+				flesh				=> -1,
 				flesh_fields	=> { aou =>  ['children'] },
 				order_by       => { aou => 'name'}
 			}

Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm	2009-07-14 16:39:02 UTC (rev 13586)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm	2009-07-14 16:39:17 UTC (rev 13587)
@@ -281,7 +281,7 @@
 			[
 				{"parent_ou" => undef },
 				{
-					flesh				=> 2,
+					flesh				=> -1,
 					flesh_fields	=> { aou =>  ['children'] },
 					order_by			=> { aou => 'name'}
 				}



More information about the open-ils-commits mailing list