]> git.koha-community.org Git - koha.git/commit
Bug 37380: Add get_control_number() to the metadata extractor
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 16 Jul 2024 18:21:04 +0000 (15:21 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 16 Sep 2024 08:41:04 +0000 (10:41 +0200)
commit7cafe5f0ddcb3fc6c4ebd813d6564b7149e4884a
tree3060255061a54e104095f6aaf07924c6709f725a
parent9936c9990337a7f2df1e1c979b043bbb2b7142d5
Bug 37380: Add get_control_number() to the metadata extractor

This simple patch implements C4::Biblio::GetMarcControlnumber in the
right spot on the Koha::* namespace.

To test:
1. Apply this patches
2. Run:
   $ ktd --shell
  k$ prove t/db_dependent/Koha/Biblio/Metadata/Extractor/MARC.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Biblio/Metadata/Extractor/MARC.pm