74 lines
2 KiB
YAML
74 lines
2 KiB
YAML
---
|
|
#
|
|
# Copyright 2020 Koha Development Team
|
|
#
|
|
# This file is part of Koha.
|
|
#
|
|
# Koha is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Koha is distributed in the hope that it will be useful, but
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with Koha; if not, see <http://www.gnu.org/licenses>.
|
|
|
|
description:
|
|
- "Sample libraries."
|
|
|
|
tables:
|
|
- branches:
|
|
translatable: [ ]
|
|
multiline: []
|
|
rows:
|
|
- branchcode: MPL
|
|
branchname: "Midway"
|
|
branchaddress1: "372 Forest Street"
|
|
|
|
- branchcode: SPL
|
|
branchname: "Springfield"
|
|
branchaddress1: "Highland Boulevard"
|
|
|
|
- branchcode: RPL
|
|
branchname: "Riverside"
|
|
branchaddress1: "Johnson Terrace"
|
|
|
|
- branchcode: CPL
|
|
branchname: "Centerville"
|
|
branchaddress1: "Jefferson Summit"
|
|
|
|
- branchcode: FPL
|
|
branchname: "Fairview"
|
|
branchaddress1: "Hickory Squere"
|
|
|
|
- branchcode: FFL
|
|
branchname: "Fairfield"
|
|
branchaddress1: "River Station"
|
|
|
|
- branchcode: IPT
|
|
branchname: "Institut Protestant de Théologie"
|
|
branchaddress1: ""
|
|
|
|
- branchcode: PVL
|
|
branchname: "Pleasant Valley"
|
|
branchaddress1: "Meadow Grove"
|
|
|
|
- branchcode: TPL
|
|
branchname: "Troy"
|
|
branchaddress1: "Valley Way"
|
|
|
|
- branchcode: FRL
|
|
branchname: "Franklin"
|
|
branchaddress1: "Smith Heights"
|
|
|
|
- branchcode: LPL
|
|
branchname: "Liberty"
|
|
branchaddress1: "East Hills"
|
|
|
|
- branchcode: UPL
|
|
branchname: "Union"
|
|
branchaddress1: "Chestnut Hollow"
|