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 <fridolin.somers@biblibre.com>
This commit is contained in:
Bernardo Gonzalez Kriegel 2022-04-23 20:47:55 -03:00 committed by Fridolin Somers
parent 0b217ca602
commit 6bfcf4ea52

View 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: []