my ($facets, @data) = $self->get_records_and_facets(
$rec_ids, $results->{facet_key},
{
- flesh => '{holdings_xml,mra,acp,acnp,acns,bmp}',
+ flesh => '{holdings_xml,mra,acp,acnp,acns,bmp,cbs}',
site => $site,
depth => $depth,
pref_lib => $ctx->{pref_ou},
$self->timelog("Calling get_records_and_facets() for item_barcode");
my ($facets, @data) = $self->get_records_and_facets(
- $rec_ids, undef, {flesh => "{holdings_xml,mra,acnp,acns,bmp}"}
+ $rec_ids, undef, {flesh => "{holdings_xml,mra,acnp,acns,bmp,cbs}"}
);
$self->timelog("Returned from calling get_records_and_facets() for item_barcode");
$self->timelog("Calling get_records_and_facets() for MARC expert");
my ($facets, @data) = $self->get_records_and_facets(
$self->ctx->{ids}, undef, {
- flesh => "{holdings_xml,mra,acnp,acns}",
+ flesh => "{holdings_xml,mra,acnp,acns,cbs}",
pref_lib => $self->ctx->{pref_ou},
}
);