Bugzilla – Attachment 183499 Details for
Bug 40242
Typo in Quotes module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40242: Remove double operator in Quotes.pm
Bug-40242-Remove-double-operator-in-Quotespm.patch (text/plain), 978 bytes, created by
Marcel de Rooy
on 2025-06-25 13:49:26 UTC
(
hide
)
Description:
Bug 40242: Remove double operator in Quotes.pm
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-06-25 13:49:26 UTC
Size:
978 bytes
patch
obsolete
>From 5c104d74394108c7c7b3274aeff0a5468830125f Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 25 Jun 2025 15:47:45 +0200 >Subject: [PATCH] Bug 40242: Remove double operator in Quotes.pm >Content-Type: text/plain; charset=utf-8 > >Test plan: >Read patch. >Run t/db_dependent/Koha/Quotes.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Quotes.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Quotes.pm b/Koha/Quotes.pm >index 95eccd50d4..9dadb5de8d 100644 >--- a/Koha/Quotes.pm >+++ b/Koha/Quotes.pm >@@ -71,7 +71,7 @@ sub get_daily_quote { > my $dt = $dtf->format_date(dt_from_string); > $quote = $self->search( > { >- timestamp => { -between => => [ "$dt 00:00:00", "$dt 23:59:59" ] }, >+ timestamp => { -between => [ "$dt 00:00:00", "$dt 23:59:59" ] }, > }, > { > order_by => { -desc => 'timestamp' }, >-- >2.39.5
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 40242
: 183499