From 4776152ea3bb8815b73ff3c92b287d560209cf83 Mon Sep 17 00:00:00 2001 From: Jasmine Amohia Date: Thu, 17 Jan 2019 02:32:08 +0000 Subject: [PATCH] Bug 11922: Added SHOW_BCIDE patron attribute for Norwegian web installer Test plan: 1. Notice that /patron_attributes.sql and /patron_attributes.txt can be located in 2-Valgfritt 2. Confirm that the SHOW_BCODE patron attribute in the English web installers .sql and .txt file is also in the Norwegian web installers .sql and .txt file Signed-off-by: David Nind --- installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.sql | 2 ++ installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.txt diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.sql b/installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.sql new file mode 100644 index 0000000000..ba929bc4d6 --- /dev/null +++ b/installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.sql @@ -0,0 +1,2 @@ +INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`) +VALUES ('SHOW_BCODE', 'Show barcode on the summary screen items listings', 0, 0, 1, 0, 'YES_NO'); diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.txt b/installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.txt new file mode 100644 index 0000000000..50d91d16be --- /dev/null +++ b/installer/data/mysql/nb-NO/2-Valgfritt/patron_attributes.txt @@ -0,0 +1,2 @@ +Useful patron atribute types: +* SHOW_BCODE - Show barcode on the patron summary screen items listings -- 2.11.0