View | Details | Raw Unified | Return to bug 24584
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/patron_atributes.sql (-2 lines)
Lines 1-2 Link Here
1
INSERT INTO `borrower_attribute_types` (`code`, `description`, `repeatable`, `unique_id`, `opac_display`, `staff_searchable`, `authorised_value_category`)
2
VALUES ('SHOW_BCODE',  'Show barcode on the summary screen items listings', 0, 0, 1, 0, 'YES_NO');
(-)a/installer/data/mysql/en/optional/patron_atributes.txt (-2 lines)
Lines 1-2 Link Here
1
Useful patron attribute types:
2
* SHOW_BCODE - Show barcode on the patron summary screen items listings
(-)a/installer/data/mysql/en/optional/patron_atributes.yml (-1 / +36 lines)
Line 0 Link Here
0
- 
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
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.
11
#
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.
15
#
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.
19
#
20
21
description:
22
  - "Useful patron attribute types:"
23
  - "* SHOW_BCODE - Show barcode on the patron summary screen items listings"
24
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"

Return to bug 24584