Bugzilla – Attachment 143167 Details for
Bug 25503
Add option to export items bundle contents in checkouts table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25503: Make _get_biblio_for_export test pass
Bug-25503-Make-getbiblioforexport-test-pass.patch (text/plain), 858 bytes, created by
Julian Maurice
on 2022-11-04 08:57:12 UTC
(
hide
)
Description:
Bug 25503: Make _get_biblio_for_export test pass
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2022-11-04 08:57:12 UTC
Size:
858 bytes
patch
obsolete
>From 0eb8356fa75bec8edfb67ff06d152c5db915cafe Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 4 Nov 2022 09:53:51 +0100 >Subject: [PATCH] Bug 25503: Make _get_biblio_for_export test pass > >--- > Koha/Exporter/Record.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Exporter/Record.pm b/Koha/Exporter/Record.pm >index e678c36ee1..49c86c8c42 100644 >--- a/Koha/Exporter/Record.pm >+++ b/Koha/Exporter/Record.pm >@@ -132,7 +132,7 @@ sub _get_biblio_for_export { > record => $record, > embed_items => 1, > biblionumber => $biblionumber, >- item_numbers => $itemnumbers, >+ itemnumbers => $itemnumbers, > } > ); > if ($only_export_items_for_branches && @$only_export_items_for_branches) { >-- >2.30.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 25503
:
104879
|
140901
|
140956
|
141206
|
142715
|
143165
|
143166
|
143167
|
143168
|
146005
|
146006
|
146007
|
146008