Bug 24584: Rewrite optional/sample_libraries to YAML
[koha.git] / installer / data / mysql / en / optional / patron_atributes.yml
blob116f993fb7340f34edfc22fc57a1727c7f6bb612
1 ---
3 #  Copyright 2020 Koha Development Team
5 #  This file is part of Koha.
7 #  Koha is free software; you can redistribute it and/or modify it under the
8 #  terms of the GNU General Public License as published by the Free Software
9 #  Foundation; either version 2 of the License, or (at your option) any later
10 #  version.
12 #  Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13 #  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14 #  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16 #  You should have received a copy of the GNU General Public License along
17 #  with Koha; if not, write to the Free Software Foundation, Inc.,
18 #  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 description:
22   - "Useful patron attribute types:"
23   - "* SHOW_BCODE - Show barcode on the patron summary screen items listings"
25 tables:
26   - borrower_attribute_types:
27       translatable: [ description ]
28       multiline: []
29       rows:
30         - code: "SHOW_BCODE"
31           description: "Show barcode on the summary screen items listings"
32           repeatable: 0
33           unique_id: 0
34           opac_display: 1
35           staff_searchable: 0
36           authorised_value_category: "YES_NO"