From 6bfcf4ea526222d263dd6f2ae50ba55f30edcc9f Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sat, 23 Apr 2022 20:47:55 -0300 Subject: [PATCH] Bug 30373: (follow-up) Optional SUGGEST auth values This patch adds 3 SUGGEST optional auth_val.yml This authorized value is used in UNIMARC default bibliographic framework. To test: 1) Do a clean install with optional files or load the YAML file 2) Verify new SUGGEST values are in the database SELECT * FROM authorised_values WHERE category = 'SUGGEST'; Check new values Budget, Expensive and Poldoc Signed-off-by: Fridolin Somers --- installer/data/mysql/en/optional/auth_val.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/installer/data/mysql/en/optional/auth_val.yml b/installer/data/mysql/en/optional/auth_val.yml index 6612ae4134..b680987a00 100644 --- a/installer/data/mysql/en/optional/auth_val.yml +++ b/installer/data/mysql/en/optional/auth_val.yml @@ -43,6 +43,18 @@ tables: authorised_value: "AVILL" lib: "Available via ILL" + - category: "SUGGEST" + authorised_value: "Budget" + lib: "Insufficient budget" + + - category: "SUGGEST" + authorised_value: "Expensive" + lib: "Document too expensive" + + - category: "SUGGEST" + authorised_value: "Poldoc" + lib: "Document not corresponding to our acquisition policy" + - authorised_values: translatable: [ lib, lib_opac ] multiline: [] -- 2.39.2