[Koha-patches] [PATCH] BZ1883 follow-up

paul.poulain at biblibre.com paul.poulain at biblibre.com
Tue Feb 22 21:59:56 CET 2011


From: Paul Poulain <paul.poulain at biblibre.com>

solve comment 10 from nengard: This patch added these types only on upgrade.  We need them to be added to new
installs to.
---
 installer/data/mysql/en/optional/auth_val.sql |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/installer/data/mysql/en/optional/auth_val.sql b/installer/data/mysql/en/optional/auth_val.sql
index 12856d0..4c81325 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');
-- 
1.7.1



More information about the Koha-patches mailing list