Bug 20466: Fix fixture syntax in t/Prices.t
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
88fb04d180
commit
fe85f7f674
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Koha::Database::flush_schema_cache();
|
|||
fixtures_ok [
|
||||
Currency => [
|
||||
[ qw/ currency symbol rate active / ],
|
||||
[[ 'my_cur', '€', 1, 1, ]],
|
||||
[ 'my_cur', '€', 1, 1, ],
|
||||
],
|
||||
Aqbookseller => [
|
||||
[ qw/ id name listincgst invoiceincgst / ],
|
||||
|
|
Loading…
Reference in a new issue