Bug 10455: (follow-up 2) Remove biblioitems.marc

Signed-off-by: Mason James <mtj@kohaaloha.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2016-08-25 13:31:38 +01:00 committed by Kyle M Hall
parent d27cb605ec
commit 6a31228172

View file

@ -205,9 +205,6 @@ sub GetRecords {
$biblioitem->{marcxml} = $record->as_xml_record();
}
# We don't want MARC to be displayed
delete $biblioitem->{'marc'};
# Get most of the needed data
my $biblioitemnumber = $biblioitem->{'biblioitemnumber'};
my $reserves = GetReservesFromBiblionumber({ biblionumber => $biblionumber });
@ -414,7 +411,6 @@ sub GetPatronInfo {
my $branchname = $library ? $library->branchname : '';
# Remove unwanted fields
delete $item->{'marc'};
delete $item->{'marcxml'};
delete $item->{'more_subfields_xml'};