Bug 9024: Adding sample patron attributes to German web installer
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Wed, 7 Nov 2012 14:39:48 +0000 (15:39 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 20 Nov 2012 19:13:46 +0000 (14:13 -0500)
Adds SHOW_BCODE as sample patron attribute to the German web installer.

To test:
- Run the web installer in German, make sure the new sample data shows up
and can be installed.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Passed-QA-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
installer/data/mysql/de-DE/optional/patron_atributes.sql [new file with mode: 0644]
installer/data/mysql/de-DE/optional/patron_atributes.txt [new file with mode: 0644]

diff --git a/installer/data/mysql/de-DE/optional/patron_atributes.sql b/installer/data/mysql/de-DE/optional/patron_atributes.sql
new file mode 100644 (file)
index 0000000..35d61cb
--- /dev/null
@@ -0,0 +1,2 @@
+INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `password_allowed`, `staff_searchable`, `authorised_value_category`)
+VALUES ('SHOW_BCODE',  'Zeige den Barcode in der Exemplarübersicht', 0, 0, 1, 0, 0, 'YES_NO');
diff --git a/installer/data/mysql/de-DE/optional/patron_atributes.txt b/installer/data/mysql/de-DE/optional/patron_atributes.txt
new file mode 100644 (file)
index 0000000..39abf2e
--- /dev/null
@@ -0,0 +1,2 @@
+Nützliche Benutzerattribute:
+* SHOW_BCODE - Zeige den Barcode in der Exemplarübersicht.