From: Katrin Fischer Date: Wed, 7 Nov 2012 14:39:48 +0000 (+0100) Subject: Bug 9024: Adding sample patron attributes to German web installer X-Git-Tag: v3.10.01~69^2~2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=27e2f67898881fcd54ec12d9eff7e6e6a81f059e;p=koha-ffzg.git Bug 9024: Adding sample patron attributes to German web installer 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 Passed-QA-by: Paul Poulain Signed-off-by: Jared Camins-Esakov --- 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 index 0000000000..35d61cbf13 --- /dev/null +++ b/installer/data/mysql/de-DE/optional/patron_atributes.sql @@ -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 index 0000000000..39abf2e4ad --- /dev/null +++ b/installer/data/mysql/de-DE/optional/patron_atributes.txt @@ -0,0 +1,2 @@ +Nützliche Benutzerattribute: +* SHOW_BCODE - Zeige den Barcode in der Exemplarübersicht.