]> git.koha-community.org Git - koha.git/commit
Bug 23675: Add leader and default value for ACQ
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 8 Feb 2021 10:52:17 +0000 (11:52 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 25 Feb 2021 09:37:25 +0000 (10:37 +0100)
commitabe0f0360cce1535a52bc5981cd1ac02397b816a
treecbe2a51271641f6074484cbfb2786d8a62a4ab7c
parent726da171349310cdf5ef03a3d2876548b0b2f984
Bug 23675: Add leader and default value for ACQ

When UseACQFrameworkForBiblioRecords is set, the ACQ framework will be
use when ordering.
But the leader is not defined for this framework and then we will face
encoding issues (I haven't go far investigating this as the suggested
solution worked correctly).

The idea is to define a 000 and default to '     nam a22     7a 4500'
(which is what returns the marc21_leader.pl plugin) for ACQ.

Test plan:
0. Apply this patch and reset_all
1. Create a new basket and place a new order
2. Note that the leader is now displayed on top of the other ACQ
subfields
3. Fill in 245 with "❤️", "ö" or other UTF-8 characters you like
4. Save
5. Notice that 245$a in biblio_metadata is correctly filled with the
title you entered

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit a6527b105897e4611dd702ffbe627ca579baff77)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml