From 7bc4cc627663ef7eb7921bf93a8d58f9a531bc33 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 2 May 2011 15:05:10 +0000 Subject: [PATCH] flesh stat_cat_entries in the call number tree method used by Holdings Maintenance, since those copies get shoved into the copy editor and we want stat cat entries to show up there git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@20375 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm index 525871d3c8..152bb5014f 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm @@ -675,7 +675,7 @@ sub _build_volume_list { my $copies = $e->search_asset_copy([ { call_number => $volume->id , deleted => 'f' }, - { flesh => 1, flesh_fields => { acp => ['parts'] } } + { flesh => 1, flesh_fields => { acp => ['stat_cat_entries','parts'] } } ]); $copies = [ sort { $a->barcode cmp $b->barcode } @$copies ]; -- 2.11.0