Bugzilla – Attachment 146003 Details for
Bug 25508
Confusing renewal message when paying accruing fine with RenewAccruingItemWhenPaid turned off
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), 1.02 KB, created by
Martin Renvoize (ashimema)
on 2023-02-02 14:14:32 UTC
(
hide
)
Description:
Bug 25503: Make _get_biblio_for_export test pass
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-02-02 14:14:32 UTC
Size:
1.02 KB
patch
obsolete
>From 2b2d4d4f10cf84c8398f7b8954e48ffa57a639e1 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 > >Signed-off-by: Marie-Luce <marie-luce.laflamme@inlibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >https://bugs.koha-community.org/show_bug.cgi?id=25508 >--- > 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 e678c36ee1b..49c86c8c420 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 25508
:
118765
|
118776
|
118777
|
118778
|
119191
|
119192
|
119213
|
119214
|
119639
|
119640
|
119641
|
119702
|
146001
|
146002
|
146003
|
146004