use dynamic bucket item class name for notes fleshing
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Jul 2009 13:50:53 +0000 (13:50 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Jul 2009 13:50:53 +0000 (13:50 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13522 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm

index 9167617..6d86372 100644 (file)
@@ -106,7 +106,7 @@ sub _bucket_flesh {
             {bucket => $bucket_id}, 
             {   order_by => {$fmclass => "pos"},
                 flesh => 1, 
-                flesh_fields => {cbrebi => ['notes']}
+                flesh_fields => {$fmclass => ['notes']}
             }
         )
     );