Bugzilla – Attachment 73195 Details for
Bug 20466
Incorrect fixtures for active currency in t/Prices.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20466: Fix fixture syntax in t/Prices.t
Bug-20466-Fix-fixture-syntax-in-tPricest.patch (text/plain), 721 bytes, created by
Jonathan Druart
on 2018-03-23 16:13:33 UTC
(
hide
)
Description:
Bug 20466: Fix fixture syntax in t/Prices.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-03-23 16:13:33 UTC
Size:
721 bytes
patch
obsolete
>From 4ffe1304fea1d78a58dd05b8c16a37e1aace9fe4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 23 Mar 2018 13:13:16 -0300 >Subject: [PATCH] Bug 20466: Fix fixture syntax in t/Prices.t > >--- > t/Prices.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Prices.t b/t/Prices.t >index 46e2a3ace3..4039233f5d 100644 >--- a/t/Prices.t >+++ b/t/Prices.t >@@ -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 / ], >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20466
: 73195