]> git.koha-community.org Git - koha.git/commit
Bug 35026: Add a MarcOrder object class
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Wed, 11 Oct 2023 15:12:59 +0000 (15:12 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 19 Aug 2024 16:59:43 +0000 (18:59 +0200)
commit1606d8562a411a6c568e5502a9b23ae14f836595
treebb3aea04e9a8785417c1ef48a9e6930c0c8e07fc
parent373c5e1dd948b6410e590f692a5929de4f14fa0c
Bug 35026: Add a MarcOrder object class

This patch adds a MarcOrder object class. This will primarily be used for the functionality in bug 34355 to automate order creation from a Marc file. The automation functionality is similar in principle to the functionality in the addorderis02709.pl script so it makes sense to refactor this script to use the same code.

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 [new file with mode: 0644]