[Koha-bugs] [Bug 30373] Rewrite UNIMARC installer data to YAML

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 22 10:22:19 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30373

--- Comment #44 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 133630
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133630&action=edit
Bug 30373: Fix unimarc authorised values

1. Replace
  authorised_value: ""
with
  authorised_value:
to match what is done for marc21

2. Fix some wrong category names
-          authorised_value: 146a
+          authorised_value: unimarc_146a

-          authorised_value: 182a
+          authorised_value: unimarc_182a

-          authorised_value: 182c
+          authorised_value: unimarc_182c

3. Remove some category that have not been inserted (should we insert
them then?)
-          authorised_value: 183a
+          authorised_value:

-          authorised_value: qualif
+          authorised_value:

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list