View | Details | Raw Unified | Return to bug 9019
Collapse All | Expand All

(-)a/C4/ILSDI/Services.pm (-1 / +6 lines)
Lines 197-202 sub GetRecords { Link Here
197
            $biblioitem->{code} = "RecordNotFound";
197
            $biblioitem->{code} = "RecordNotFound";
198
        }
198
        }
199
199
200
        my $embed_items = 1;
201
        my $record = GetMarcBiblio($biblionumber, $embed_items);
202
        if ($record) {
203
            $biblioitem->{marcxml} = $record->as_xml_record();
204
        }
205
200
        # We don't want MARC to be displayed
206
        # We don't want MARC to be displayed
201
        delete $biblioitem->{'marc'};
207
        delete $biblioitem->{'marc'};
202
208
203
- 

Return to bug 9019