Bugzilla – Attachment 62179 Details for
Bug 18420
Some tests fail without patron category 'S'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18420: Replace hardcoded EUR in OrderUsers.t
Bug-18420-Replace-hardcoded-EUR-in-OrderUserst.patch (text/plain), 1.33 KB, created by
Marc Véron
on 2017-04-14 19:35:16 UTC
(
hide
)
Description:
Bug 18420: Replace hardcoded EUR in OrderUsers.t
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-14 19:35:16 UTC
Size:
1.33 KB
patch
obsolete
>From 0b0567cfed889368be52634cc222b9b98168ca49 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 13 Apr 2017 09:02:55 +0200 >Subject: [PATCH] Bug 18420: Replace hardcoded EUR in OrderUsers.t >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > t/db_dependent/Acquisition/OrderUsers.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Acquisition/OrderUsers.t b/t/db_dependent/Acquisition/OrderUsers.t >index f683339..11ed596 100644 >--- a/t/db_dependent/Acquisition/OrderUsers.t >+++ b/t/db_dependent/Acquisition/OrderUsers.t >@@ -18,6 +18,7 @@ my $library = $builder->build({ > source => "Branch", > }); > my $patron_category = $builder->build({ source => 'Category' }); >+my $currency = $builder->build({ source => 'Currency' }); > > # Creating some orders > my $bookseller = Koha::Acquisition::Bookseller->new( >@@ -49,7 +50,7 @@ my $order = Koha::Acquisition::Order->new( > biblionumber => $biblionumber, > budget_id => $budgetid, > entrydate => '01-01-2014', >- currency => 'EUR', >+ currency => $currency->{currency}, > notes => "This is a note1", > orderstatus => 1, > quantityreceived => 0, >-- >2.1.4
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 18420
:
62090
|
62091
|
62092
|
62093
|
62095
|
62115
|
62118
|
62164
|
62174
|
62175
|
62176
|
62177
|
62178
|
62179
|
62180
|
62274
|
62275
|
62276
|
62277
|
62278
|
62279
|
62280
|
112053