Bugzilla – Attachment 112578 Details for
Bug 26581
Elasticsearch - Records can be indexed multiple times during returns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26581: (follow-up) Restore unsetting of doreturn
Bug-26581-follow-up-Restore-unsetting-of-doreturn.patch (text/plain), 846 bytes, created by
Nick Clemens (kidclamp)
on 2020-10-27 14:36:49 UTC
(
hide
)
Description:
Bug 26581: (follow-up) Restore unsetting of doreturn
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-27 14:36:49 UTC
Size:
846 bytes
patch
obsolete
>From c2deb34adc5d9552d3085ac2cbde3a883f3d694e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 27 Oct 2020 14:36:24 +0000 >Subject: [PATCH] Bug 26581: (follow-up) Restore unsetting of doreturn > >--- > C4/Circulation.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 61a85a3b8e..ddea115c8f 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -1986,6 +1986,7 @@ sub AddReturn { > Wrongbranch => $branch, > Rightbranch => $message > }; >+ $doreturn = 0; > my $indexer = Koha::SearchEngine::Indexer->new({ index => $Koha::SearchEngine::BIBLIOS_INDEX }); > $indexer->index_records( $item->biblionumber, "specialUpdate", "biblioserver" ); > return ( $doreturn, $messages, $issue, $patron_unblessed); >-- >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 26581
:
111001
|
111002
|
111596
|
111597
|
111878
|
111879
|
112563
| 112578 |
112829