Bugzilla – Attachment 64827 Details for
Bug 18262
Koha::Biblios - Remove GetBiblioData - part 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18262: Fix test in MultiplePerRecord
Bug-18262-Fix-test-in-MultiplePerRecord.patch (text/plain), 894 bytes, created by
Jonathan Druart
on 2017-07-05 19:53:14 UTC
(
hide
)
Description:
Bug 18262: Fix test in MultiplePerRecord
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-07-05 19:53:14 UTC
Size:
894 bytes
patch
obsolete
>From 7170855e00706b6154ee0e825a5b4f01c4fe08a1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Jul 2017 16:52:36 -0300 >Subject: [PATCH] Bug 18262: Fix test in MultiplePerRecord > >The biblioitem entry must be added >--- > t/db_dependent/Reserves/MultiplePerRecord.t | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/t/db_dependent/Reserves/MultiplePerRecord.t b/t/db_dependent/Reserves/MultiplePerRecord.t >index 4ea12c0f4b..293ab6ab86 100755 >--- a/t/db_dependent/Reserves/MultiplePerRecord.t >+++ b/t/db_dependent/Reserves/MultiplePerRecord.t >@@ -72,6 +72,12 @@ my $biblio = $builder->build( > }, > } > ); >+my $biblioitem = $builder->build( >+ { >+ source => 'Biblioitem', >+ value => { biblionumber => $biblio->{biblionumber} } >+ } >+); > my $item1 = $builder->build( > { > source => 'Item', >-- >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 18262
:
61054
|
61058
|
63863
|
64133
|
64148
|
64149
|
64827
|
64977
|
64978
|
65045
|
65046
|
65085