[open-ils-commits] r13585 - in branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application: . Circ (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jul 14 12:38:56 EDT 2009
Author: erickson
Date: 2009-07-14 12:38:54 -0400 (Tue, 14 Jul 2009)
New Revision: 13585
Modified:
branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm
Log:
backporting 13584 : org fleshing depth
Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm 2009-07-14 16:36:52 UTC (rev 13584)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm 2009-07-14 16:38:54 UTC (rev 13585)
@@ -1083,7 +1083,7 @@
[
{"parent_ou" => undef },
{
- flesh => 2,
+ flesh => -1,
flesh_fields => { aou => ['children'] },
order_by => { aou => 'name'}
}
Modified: branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm
===================================================================
--- branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm 2009-07-14 16:36:52 UTC (rev 13584)
+++ branches/rel_1_6/Open-ILS/src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm 2009-07-14 16:38:54 UTC (rev 13585)
@@ -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