From 71121903a6ed8d65dabb7a316b5bdf69a6237c96 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sun, 20 Feb 2011 12:20:25 -0500 Subject: [PATCH] BZ1883 follow-up solve comment 10 from nengard: This patch added these types only on upgrade. We need them to be added to new installs to. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- installer/data/mysql/en/optional/auth_val.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/data/mysql/en/optional/auth_val.sql b/installer/data/mysql/en/optional/auth_val.sql index 12856d0b1e..4c813251cb 100644 --- a/installer/data/mysql/en/optional/auth_val.sql +++ b/installer/data/mysql/en/optional/auth_val.sql @@ -51,3 +51,7 @@ INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('MANUA -- custom borrower notes INSERT INTO `authorised_values` (category, authorised_value, lib) VALUES ('BOR_NOTES','ADDR','Address Notes'); + +-- OPAC Suggestions reasons +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'); +INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('OPAC_SUG','bestseller','Upcoming title by popular author','Upcoming title by popular author'); -- 2.39.5