]> git.koha-community.org Git - koha.git/commit
Bug 35026: Allow multiple records from one marc file
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 11 Jan 2024 11:24:38 +0000 (11:24 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 19 Aug 2024 16:59:46 +0000 (18:59 +0200)
commit505d259cce32c116151a174106349ec0fc736b75
tree2408c2fa5413c0db025b58d80a573d5bc7ea9040
parent0042b7d1d626ced04a9a28f8c4b1753cc639141e
Bug 35026: Allow multiple records from one marc file

This patch addresses a bug where only one record would be read from a marc file and other records would be lost. All records are now read from the file and displayed in the UI.

Test plan as above

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/MarcOrder.pm