Bugzilla – Attachment 195006 Details for
Bug 42011
Unused arguments in members/readingrec.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 42011: [DO NOT PUSH] Add a row argument in search
Bug-42011-DO-NOT-PUSH-Add-a-row-argument-in-search.patch (text/plain), 1019 bytes, created by
Baptiste Wojtkowski (bwoj)
on 2026-03-09 15:01:56 UTC
(
hide
)
Description:
Bug 42011: [DO NOT PUSH] Add a row argument in search
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2026-03-09 15:01:56 UTC
Size:
1019 bytes
patch
obsolete
>From 6f1c63eebfd170c405ab8037c22a7d00e597f11c Mon Sep 17 00:00:00 2001 >From: Baptiste <baptiste.wojtkowski@biblibre.com> >Date: Mon, 9 Mar 2026 15:43:44 +0100 >Subject: [PATCH] Bug 42011: [DO NOT PUSH] Add a row argument in search > >--- > members/readingrec.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/members/readingrec.pl b/members/readingrec.pl >index eda68f3637d..6cbb2672c56 100755 >--- a/members/readingrec.pl >+++ b/members/readingrec.pl >@@ -96,6 +96,7 @@ if ( $patron->is_anonymous ) { > { > order_by => 'date_due desc', > prefetch => { item => { biblio => 'biblioitems' } }, >+ rows => 1, > } > )->as_list > ] >@@ -107,6 +108,7 @@ if ( $patron->is_anonymous ) { > { > order_by => 'date_due desc', > prefetch => { item => { biblio => 'biblioitems' } }, >+ rows => 1, > } > )->as_list > ] >-- >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 42011
: 195006 |
195007