Bugzilla – Attachment 147027 Details for
Bug 32891
Curbside pickups - Cannot select slot in the last hour
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32891: (QA follow-up) Fix perlcritic error
Bug-32891-QA-follow-up-Fix-perlcritic-error.patch (text/plain), 1.06 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-02-21 13:09:06 UTC
(
hide
)
Description:
Bug 32891: (QA follow-up) Fix perlcritic error
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-02-21 13:09:06 UTC
Size:
1.06 KB
patch
obsolete
>From a58e9f55810cb5ab549a5be4502cd8411711934e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 21 Feb 2023 10:02:20 -0300 >Subject: [PATCH] Bug 32891: (QA follow-up) Fix perlcritic error > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/CurbsidePickups.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/CurbsidePickups.t b/t/db_dependent/Koha/CurbsidePickups.t >index 908d563e82e..3b98bef4722 100755 >--- a/t/db_dependent/Koha/CurbsidePickups.t >+++ b/t/db_dependent/Koha/CurbsidePickups.t >@@ -145,7 +145,7 @@ subtest 'Create a pickup' => sub { > 'Cannot create a pickup on a time without opening slots defined'; > > # Day ok, datetime inside the opening slot, but wrong (15:07 for instance) >- $schedule_dt = $next_monday->set_hour(15)->set_minute(07)->set_second(00); >+ $schedule_dt = $next_monday->set_hour(15)->set_minute(7)->set_second(0); > throws_ok { > Koha::CurbsidePickup->new({%$params, scheduled_pickup_datetime => $schedule_dt})->store; > } >-- >2.39.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 32891
:
146306
|
146314
|
146332
|
147026
| 147027