From a211106cd4a0743aeb2fb12c95a242fed4328719 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 24 Apr 2022 22:05:05 -0300 Subject: [PATCH] Bug 30373: (follow-up) Enable 'qualif' authorised_value This patch reinstates the authorised value 'qualif' to it's corresponding place This authorized value is used in UNIMARC default bibliographic framework. To test: 1) Do a clean install or load the YAML file 2) Verify 'qualif' authorised_value is present in subfield $4 of fields 700/1/2/3, 710/1/2/3, 720/1/2/3 and 730 Signed-off-by: Fridolin Somers --- .../mandatory/unimarc_framework_DEFAULT.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml index 417ce3220a..04c208c0f1 100644 --- a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml +++ b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml @@ -36690,7 +36690,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -36924,7 +36924,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -37122,7 +37122,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -37338,7 +37338,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -37590,7 +37590,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -37842,7 +37842,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -38058,7 +38058,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -38310,7 +38310,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -38670,7 +38670,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -38832,7 +38832,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -38976,7 +38976,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -39156,7 +39156,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 @@ -39300,7 +39300,7 @@ tables: mandatory: 0 kohafield: "" tab: 7 - authorised_value: + authorised_value: "qualif" authtypecode: "" value_builder: "" isurl: 0 -- 2.39.2