Bugzilla – Attachment 123200 Details for
Bug 17600
Standardize the EXPORT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17600: Fix t/db_dependent/Members.t
Bug-17600-Fix-tdbdependentMemberst.patch (text/plain), 797 bytes, created by
Jonathan Druart
on 2021-07-26 17:35:33 UTC
(
hide
)
Description:
Bug 17600: Fix t/db_dependent/Members.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-07-26 17:35:33 UTC
Size:
797 bytes
patch
obsolete
>From 9c8e6e02472f3a8f4b20fc4a2b991a2b7259b13e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 26 Jul 2021 19:34:59 +0200 >Subject: [PATCH] Bug 17600: Fix t/db_dependent/Members.t > >Was failing after "Bug 17600: Fix other occurrences in svc" >--- > t/db_dependent/Members.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Members.t b/t/db_dependent/Members.t >index dd0ed5d26f7..b2c39378a08 100755 >--- a/t/db_dependent/Members.t >+++ b/t/db_dependent/Members.t >@@ -25,7 +25,7 @@ use Data::Dumper qw/Dumper/; > use C4::Context; > use Koha::Database; > use Koha::Holds; >-use Koha::List::Patron; >+use Koha::List::Patron qw( AddPatronList AddPatronsToList ); > use Koha::Patrons; > use Koha::Patron::Relationship; > >-- >2.20.1
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 17600
:
57394
|
57950
|
57951
|
57952
|
57953
|
57954
|
61994
|
61995
|
61996
|
61997
|
61998
|
62209
|
62210
|
62211
|
62212
|
62213
|
62940
|
62941
|
62942
|
62943
|
62958
|
62959
|
64387
|
64388
|
64389
|
64390
|
64391
|
64392
|
64466
|
64467
|
64468
|
64469
|
64470
|
64471
|
64472
|
64473
|
64474
|
64475
|
64476
|
121309
|
121310
|
121311
|
121312
|
121313
|
121314
|
122360
|
122361
|
122362
|
122363
|
122364
|
122365
|
122869
|
122884
|
122945
|
123194
|
123195
|
123196
| 123200 |
123210
|
123281
|
123283
|
123284
|
123325
|
123417
|
123418
|
123419
|
123420
|
123565
|
124866
|
125059
|
125063
|
125064
|
125066
|
126640
|
127056
|
127918