Bugzilla – Attachment 105292 Details for
Bug 25540
Biblio.t is failing randomly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25540: Default for branches.pickup_location must be 0
Bug-25540-Default-for-branchespickuplocation-must-.patch (text/plain), 984 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-05-22 22:40:08 UTC
(
hide
)
Description:
Bug 25540: Default for branches.pickup_location must be 0
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-05-22 22:40:08 UTC
Size:
984 bytes
patch
obsolete
>From 094d13fc7a91de1555b782c80fee3892f562fe21 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 22 May 2020 15:33:36 +0200 >Subject: [PATCH] Bug 25540: Default for branches.pickup_location must be 0 > >This is a try to fix failures in both >t/db_dependent/Template/Plugin/Branches.t >t/db_dependent/Koha/Biblio.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/lib/TestBuilder.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index 533f5d4c798..7c9d4e8d1e6 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -559,6 +559,9 @@ sub _gen_default_values { > # Not X, used for statistics > category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] }, > }, >+ Branch => { >+ pickup_location => 0, >+ }, > Itemtype => { > rentalcharge => 0, > rentalcharge_daily => 0, >-- >2.26.2
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 25540
:
105093
|
105094
|
105266
|
105290
|
105291
|
105292
|
105296
|
105297
|
115204
|
115205