Bugzilla – Attachment 148164 Details for
Bug 32883
Curbside pickups - Order "To be staged" by date and time of scheduled pickup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32883: (QA follow-up) Adjust ordering for pickups
Bug-32883-QA-follow-up-Adjust-ordering-for-pickups.patch (text/plain), 892 bytes, created by
Nick Clemens (kidclamp)
on 2023-03-14 13:06:01 UTC
(
hide
)
Description:
Bug 32883: (QA follow-up) Adjust ordering for pickups
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-03-14 13:06:01 UTC
Size:
892 bytes
patch
obsolete
>From 62863983475b0dd7275b6237b6e3af7933d197c1 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 14 Mar 2023 13:04:35 +0000 >Subject: [PATCH] Bug 32883: (QA follow-up) Adjust ordering for pickups > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > circ/curbside_pickups.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/curbside_pickups.pl b/circ/curbside_pickups.pl >index fcdc99dbd4..2003197df3 100755 >--- a/circ/curbside_pickups.pl >+++ b/circ/curbside_pickups.pl >@@ -160,7 +160,7 @@ $template->param( > { > branchcode => $branchcode, > }, >- { order_by => [ { -desc => 'delivered_datetime' }, 'arrival_datetime', 'scheduled_pickup_datetime' ], } >+ { order_by => [ { -desc => 'delivered_datetime' }, 'scheduled_pickup_datetime' ], } > )->filter_by_scheduled_today, > ); > >-- >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 32883
:
146283
|
146305
|
146334
|
148163
| 148164