Bugzilla – Attachment 179207 Details for
Bug 39302
Checkins can disappear from checkin list if transfer modal is triggered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39302: Restore item's info
Bug-39302-Restore-items-info.patch (text/plain), 634 bytes, created by
Jonathan Druart
on 2025-03-12 13:59:27 UTC
(
hide
)
Description:
Bug 39302: Restore item's info
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-12 13:59:27 UTC
Size:
634 bytes
patch
obsolete
>From 1edeb67d9fef9b2de35bfc1fc32da57cc97c82ce Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 12 Mar 2025 14:58:52 +0100 >Subject: [PATCH] Bug 39302: Restore item's info > >--- > circ/returns.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 35a4ee6e8ae..c9c89593a82 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -768,6 +768,7 @@ for my $checkin (@checkins) { > $checkin->{patron} = $patron; > } > >+ $checkin->{item} = $item; > my $biblio = $item->biblio; > $checkin->{biblio} = $item->biblio; > >-- >2.34.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 39302
:
179160
|
179169
|
179197
|
179198
|
179207
|
179219
|
179220