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

(-)a/installer/data/mysql/es-ES/optional/auth_val.sql (-4 lines)
Lines 41-49 INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('NOT_L Link Here
41
-- restricted status of an item, linked to items.restricted
41
-- restricted status of an item, linked to items.restricted
42
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('RESTRICTED','1','Restricted Access');
42
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('RESTRICTED','1','Restricted Access');
43
43
44
-- manual invoice types
45
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('MANUAL_INV','Copier Fees','.25');
46
47
-- custom borrower notes
44
-- custom borrower notes
48
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes');
45
INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes');
49
46
50
- 

Return to bug 24316