[open-ils-commits] r13522 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 8 09:50:55 EDT 2009


Author: erickson
Date: 2009-07-08 09:50:53 -0400 (Wed, 08 Jul 2009)
New Revision: 13522

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
Log:
use dynamic bucket item class name for notes fleshing

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm	2009-07-08 04:43:03 UTC (rev 13521)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm	2009-07-08 13:50:53 UTC (rev 13522)
@@ -106,7 +106,7 @@
             {bucket => $bucket_id}, 
             {   order_by => {$fmclass => "pos"},
                 flesh => 1, 
-                flesh_fields => {cbrebi => ['notes']}
+                flesh_fields => {$fmclass => ['notes']}
             }
         )
     );



More information about the open-ils-commits mailing list