[open-ils-commits] r13586 - in branches/rel_1_6_0/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:04 EDT 2009


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

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

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

Modified: branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm
===================================================================
--- branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm	2009-07-14 16:38:54 UTC (rev 13585)
+++ branches/rel_1_6_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm	2009-07-14 16:39:02 UTC (rev 13586)
@@ -279,7 +279,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