Bugzilla – Attachment 179079 Details for
Bug 27339
Display OPAC notes and OPAC messages on check-in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27339: (follow-up) tidiness
Bug-27339-follow-up-tidiness.patch (text/plain), 1.32 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-03-07 14:24:24 UTC
(
hide
)
Description:
Bug 27339: (follow-up) tidiness
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-03-07 14:24:24 UTC
Size:
1.32 KB
patch
obsolete
>From 7f211cfb7ec5fa6d905901f269bd9414d92062c8 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Fri, 7 Mar 2025 15:23:10 +0100 >Subject: [PATCH] Bug 27339: (follow-up) tidiness > >--- > circ/returns.pl | 17 ++++++++--------- > 1 file changed, 8 insertions(+), 9 deletions(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 02d88d7a..21009fa0 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -821,17 +821,16 @@ foreach ( sort { $a <=> $b } keys %returneditems ) { > $ri{return_overdue} = 1 if ( DateTime->compare( $duedate, $dropboxdate ) == -1 ); > } > my $patron_messages = Koha::Patron::Messages->search( >- { >- borrowernumber => $riborrowernumber{$_}, >- message_type => 'B', >- }); >- >+ { >+ borrowernumber => $riborrowernumber{$_}, >+ message_type => 'B', >+ } >+ ); > >- $ri{patron} = $patron; >- $ri{messages} = $patron_messages; >+ $ri{patron} = $patron; >+ $ri{messages} = $patron_messages; > $ri{borissuescount} = $patron->checkouts->count; >- } >- else { >+ } else { > $ri{borrowernumber} = $riborrowernumber{$_}; > } > >-- >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 27339
:
114856
|
116144
|
170069
|
170070
|
170071
|
176012
|
176072
|
176094
|
176095
|
177843
|
177844
| 179079