Bugzilla – Attachment 96153 Details for
Bug 24148
black magic in Circulation/Returns.t (mariadb:latest - < 10.4.11)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24148: Using some black magic
Bug-24148-Using-some-black-magic.patch (text/plain), 995 bytes, created by
Jonathan Druart
on 2019-12-10 12:46:32 UTC
(
hide
)
Description:
Bug 24148: Using some black magic
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-10 12:46:32 UTC
Size:
995 bytes
patch
obsolete
>From f5ae461d17ebab52b0e8ef802298a58ef1b01d24 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Dec 2019 13:45:30 +0100 >Subject: [PATCH] Bug 24148: Using some black magic > >--- > t/db_dependent/Circulation/Returns.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t >index 25ce71849c..339cfff7fe 100644 >--- a/t/db_dependent/Circulation/Returns.t >+++ b/t/db_dependent/Circulation/Returns.t >@@ -157,7 +157,7 @@ subtest "AddReturn logging on statistics table (item-level_itypes=1)" => sub { > branch => $branch, > type => 'return', > itemnumber => $item_without_itemtype->{ itemnumber } >- }, { order_by => { -asc => 'datetime' } })->next(); >+ })->next(); > > is( $stat->itemtype, $blevel_itemtype, > "biblio-level itype recorded on statistics for return as a fallback for null item-level itype"); >-- >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 24148
: 96153