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

(-)a/installer/data/mysql/en/optional/auth_val.sql (-1 / +4 lines)
Lines 51-53 INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('MANUA Link Here
51
51
52
-- custom borrower notes
52
-- custom borrower notes
53
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes');
53
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes');
54
- 
54
55
-- OPAC Suggestions reasons
56
INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('OPAC_SUG','damaged','The copy on the shelf is damaged','The copy on the shelf is damaged');
57
INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('OPAC_SUG','bestseller','Upcoming title by popular author','Upcoming title by popular author');

Return to bug 1883