Bug 24584: Rewrite optional/sample_libraries to YAML
[koha.git] / installer / data / mysql / en / optional / sample_libraries.yml
blobb1abd1f8a43d6d31ab0cd4a1060f4b3939ff2c38
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   - "Sample libraries."
24 tables:
25   - branches:
26       translatable: [ ]
27       multiline: []
28       rows:
29         - branchcode: MPL
30           branchname: "Midway"
31           branchaddress1: "372 Forest Street"
33         - branchcode: SPL
34           branchname: "Springfield"
35           branchaddress1: "Highland Boulevard"
37         - branchcode: RPL
38           branchname: "Riverside"
39           branchaddress1: "Johnson Terrace"
41         - branchcode: CPL
42           branchname: "Centerville"
43           branchaddress1: "Jefferson Summit"
45         - branchcode: FPL
46           branchname: "Fairview"
47           branchaddress1: "Hickory Squere"
49         - branchcode: FFL
50           branchname: "Fairfield"
51           branchaddress1: "River Station"
53         - branchcode: IPT
54           branchname: "Institut Protestant de Théologie"
55           branchaddress1: ""
57         - branchcode: PVL
58           branchname: "Pleasant Valley"
59           branchaddress1: "Meadow Grove"
61         - branchcode: TPL
62           branchname: "Troy"
63           branchaddress1: "Valley Way"
65         - branchcode: FRL
66           branchname: "Franklin"
67           branchaddress1: "Smith Heights"
69         - branchcode: LPL
70           branchname: "Liberty"
71           branchaddress1: "East Hills"
73         - branchcode: UPL
74           branchname: "Union"
75           branchaddress1: "Chestnut Hollow"