495619649b
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 <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2 lines
254 B
SQL
2 lines
254 B
SQL
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');
|