Koha/virtualshelves
Jonathan Druart 70d61d80fb
Bug 29697: Replace GetMarcBiblio occurrences with $biblio->metadata->record
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

JD Amended patch:
-# FIXME Special case here

-    print "Biblio not found\n,";
+    print "Biblio not found\n";

- my $biblio = Koha::Biblio->find($hostbiblionumber);
+ my $biblio = Koha::Biblios->find($hostbiblionumber);

Rebased-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-07-22 15:24:11 -03:00
..
addbybiblionumber.pl Bug 28959: Fix other cases 2021-10-28 17:47:38 +02:00
downloadshelf.pl Bug 29844: Fix ->search occurrences 2022-02-09 15:36:23 -10:00
sendshelf.pl Bug 29542: Prevent access to private list to non authorized users 2022-02-02 21:05:29 -10:00
shelves.pl Bug 29697: Replace GetMarcBiblio occurrences with $biblio->metadata->record 2022-07-22 15:24:11 -03:00