Bug 30373: (follow-up) Optional SUGGEST auth values
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 23 Apr 2022 23:47:55 +0000 (20:47 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 27 Apr 2022 21:20:43 +0000 (11:20 -1000)
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 <fridolin.somers@biblibre.com>
installer/data/mysql/en/optional/auth_val.yml

index 6612ae4..b680987 100644 (file)
@@ -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: []