|
Lines 139-144
sub _get_deleted_biblio_for_export {
Link Here
|
| 139 |
'schema' => $marc_flavour |
139 |
'schema' => $marc_flavour |
| 140 |
} |
140 |
} |
| 141 |
); |
141 |
); |
|
|
142 |
|
| 143 |
unless ($biblio_metadata) { |
| 144 |
Koha::Logger->get->warn("Failed to load deleted biblio with biblionumber \"$biblionumber\""); |
| 145 |
return |
| 146 |
} |
| 147 |
|
| 142 |
my $marc_xml = $biblio_metadata->metadata; |
148 |
my $marc_xml = $biblio_metadata->metadata; |
| 143 |
$marc_xml = StripNonXmlChars($marc_xml); |
149 |
$marc_xml = StripNonXmlChars($marc_xml); |
| 144 |
|
150 |
|
| 145 |
- |
|
|