View | Details | Raw Unified | Return to bug 25534
Collapse All | Expand All

(-)a/installer/data/mysql/de-DE/optional/auth_val.sql (+8 lines)
Lines 84-86 INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('ORDER_C Link Here
84
-- return claims
84
-- return claims
85
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Von Benutzer/in zurückgegeben');
85
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Von Benutzer/in zurückgegeben');
86
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'In Bibliothek gefunden');
86
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'In Bibliothek gefunden');
87
88
-- hold cancellation
89
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
90
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
91
92
-- hold cancellation
93
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
94
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/en/optional/auth_val.yml (+9 lines)
Lines 291-293 tables: Link Here
291
        - category: "RETURN_CLAIM_RESOLUTION"
291
        - category: "RETURN_CLAIM_RESOLUTION"
292
          authorised_value: "FOUND_IN_LIB"
292
          authorised_value: "FOUND_IN_LIB"
293
          lib: "Found in library"
293
          lib: "Found in library"
294
295
        # hold cancellations
296
        - category: "HOLD_CANCELLATION"
297
          authorised_value: "NOT_FOUND"
298
          lib: "Item could not be located on shelves"
299
300
        - category: "HOLD_CANCELLATION"
301
          authorised_value: "DAMAGED"
302
          lib: "Item was found to be too damaged to fill hold"
(-)a/installer/data/mysql/fr-CA/facultatif/auth_val.sql (+4 lines)
Lines 86-88 INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MED Link Here
86
-- return claims
86
-- return claims
87
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
87
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
88
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
88
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
89
90
-- hold cancellation
91
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
92
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/authorised_values.sql (+4 lines)
Lines 723-725 INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HSBND_F Link Here
723
-- return claims
723
-- return claims
724
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
724
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
725
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
725
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
726
727
+-- hold cancellation
728
+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
729
+INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/it-IT/necessari/auth_val.sql (+4 lines)
Lines 119-121 INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HSBND_F Link Here
119
-- return claims
119
-- return claims
120
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
120
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
121
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
121
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
122
123
-- hold cancellation
124
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
125
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql (+4 lines)
Lines 105-107 INSERT INTO authorised_values (category, authorised_value, lib, lib_opac) VALUES Link Here
105
-- return claims
105
-- return claims
106
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
106
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
107
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
107
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
108
109
-- hold cancellation
110
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
111
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/pl-PL/optional/auth_val.sql (+4 lines)
Lines 84-86 INSERT INTO authorised_values (category, authorised_value, lib, lib_opac) VALUES Link Here
84
-- return claims
84
-- return claims
85
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
85
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'RET_BY_PATRON', 'Returned by patron');
86
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
86
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_CLAIM_RESOLUTION', 'FOUND_IN_LIB',  'Found in library');
87
88
-- hold cancellation
89
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
90
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[HOLD_CANCELLATION].sql (+2 lines)
Line 0 Link Here
1
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
2
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/ru-RU/authorised_values/authorised_values_[HOLD_CANCELLATION].txt (+1 lines)
Line 0 Link Here
1
HOLD_CANCELLATION
(-)a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[HOLD_CANCELLATION].sql (+2 lines)
Line 0 Link Here
1
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
2
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold');
(-)a/installer/data/mysql/uk-UA/authorised_values/authorised_values_[HOLD_CANCELLATION].txt (-1 / +1 lines)
Line 0 Link Here
0
- 
1
HOLD_CANCELLATION

Return to bug 25534