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

(-)a/installer/data/mysql/de-DE/optional/auth_val.sql (-5 lines)
Lines 88-94 INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_ Link Here
88
-- hold cancellation
88
-- hold cancellation
89
INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves');
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');
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');
95
- 

Return to bug 25534