Bug 26922: Regression tests
[koha.git] / installer / data / mysql / en / optional / parameters.yml
blob9d325e74545c9d249e0dbaf0c40ba9394539ee56
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
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
12 # Koha is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with Koha; if not, see <http://www.gnu.org/licenses>.
20 description:
21   - "Some basic currencies with USA dollar as default for ACQ module"
23 tables:
24   - currency:
25       translatable: [ ]
26       multiline: []
27       rows:
28         - currency: "USD"
29           rate: 1.0
30           symbol: "$"
31           active: 1
33         - currency: "GBP"
34           rate: 1.9929
35           symbol: "£"
36           active: 0
38         - currency: "CAD"
39           rate: 1.02207
40           symbol: "$"
41           active: 0
43         - currency: "EUR"
44           rate: .874003
45           symbol: "€"
46           active: 0