]> git.koha-community.org Git - koha.git/commit
Bug 31224: Update instances of metadata->record
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 18 Oct 2022 15:46:08 +0000 (16:46 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 7 Nov 2024 15:29:23 +0000 (16:29 +0100)
commit2c52b27d8c3ee116208a0ec6e6a5aacad18e873b
tree72429cd345030a7dfea00a24f9d2188a559ef758
parent01b578de1519c4e1251a267e3a2908d2b02615d8
Bug 31224: Update instances of metadata->record

We can now call metadata_record directly on the Koha::Biblio object.

This aptch updates all modules and controllers to use
Koha::Biblio->metadata_record directly where appropriate.  The
exceptions are where we don't require any filtering or the filtering
makes sense to do after the initial fetch.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
23 files changed:
C4/ILSDI/Services.pm
Koha/BiblioUtils.pm
Koha/OAI/Server/Repository.pm
Koha/SearchEngine/Elasticsearch/Indexer.pm
basket/downloadcart.pl
basket/sendbasket.pl
catalogue/ISBDdetail.pl
catalogue/MARCdetail.pl
catalogue/export.pl
misc/batchRebuildItemsTables.pl
misc/migration_tools/rebuild_zebra.pl
opac/opac-downloadcart.pl
opac/opac-downloadshelf.pl
opac/opac-export.pl
opac/opac-sendbasket.pl
opac/opac-sendshelf.pl
opac/opac-tags.pl
opac/opac-user.pl
svc/bib
svc/new_bib
tools/showdiffmarc.pl
virtualshelves/downloadshelf.pl
virtualshelves/sendshelf.pl