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

(-)a/installer/data/mysql/en/optional/sample_libraries.sql (-16 lines)
Lines 1-16 Link Here
1
INSERT INTO branches ( `branchcode`,`branchname`,`branchaddress1`) VALUES
2
3
('MPL','Midway','372 Forest Street'),
4
('SPL','Springfield','Highland Boulevard'),
5
('RPL','Riverside','Johnson Terrace'),
6
('CPL','Centerville','Jefferson Summit'),
7
('FPL','Fairview','Hickory Squere'),
8
('FFL','Fairfield','River Station'),
9
('IPT','Institut Protestant de Théologie',''),
10
('PVL','Pleasant Valley','Meadow Grove'),
11
('TPL','Troy','Valley Way'),
12
('FRL','Franklin','Smith Heights'),
13
('LPL','Liberty','East Hills'),
14
('UPL','Union','Chestnut Hollow')
15
;
16
(-)a/installer/data/mysql/en/optional/sample_libraries.txt (-1 lines)
Line 1 Link Here
1
Sample libraries.
(-)a/installer/data/mysql/en/optional/sample_libraries.yml (-1 / +75 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
  - "Sample libraries."
23
24
tables:
25
  - branches:
26
      translatable: [ ]
27
      multiline: []
28
      rows:
29
        - branchcode: MPL
30
          branchname: "Midway"
31
          branchaddress1: "372 Forest Street"
32
33
        - branchcode: SPL
34
          branchname: "Springfield"
35
          branchaddress1: "Highland Boulevard"
36
37
        - branchcode: RPL
38
          branchname: "Riverside"
39
          branchaddress1: "Johnson Terrace"
40
41
        - branchcode: CPL
42
          branchname: "Centerville"
43
          branchaddress1: "Jefferson Summit"
44
45
        - branchcode: FPL
46
          branchname: "Fairview"
47
          branchaddress1: "Hickory Squere"
48
49
        - branchcode: FFL
50
          branchname: "Fairfield"
51
          branchaddress1: "River Station"
52
53
        - branchcode: IPT
54
          branchname: "Institut Protestant de Théologie"
55
          branchaddress1: ""
56
57
        - branchcode: PVL
58
          branchname: "Pleasant Valley"
59
          branchaddress1: "Meadow Grove"
60
61
        - branchcode: TPL
62
          branchname: "Troy"
63
          branchaddress1: "Valley Way"
64
65
        - branchcode: FRL
66
          branchname: "Franklin"
67
          branchaddress1: "Smith Heights"
68
69
        - branchcode: LPL
70
          branchname: "Liberty"
71
          branchaddress1: "East Hills"
72
73
        - branchcode: UPL
74
          branchname: "Union"
75
          branchaddress1: "Chestnut Hollow"

Return to bug 24584