Bugzilla – Attachment 143175 Details for
Bug 30718
Use flatpickr's altInput option everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30718: Fix curbside pickups
Bug-30718-Fix-curbside-pickups.patch (text/plain), 1.79 KB, created by
Jonathan Druart
on 2022-11-04 11:14:19 UTC
(
hide
)
Description:
Bug 30718: Fix curbside pickups
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-11-04 11:14:19 UTC
Size:
1.79 KB
patch
obsolete
>From d6f41c853e59961edd3fef9c8772d9543c12a5d3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 4 Nov 2022 12:13:43 +0100 >Subject: [PATCH] Bug 30718: Fix curbside pickups > >No slots are displayed without this patch >--- > .../intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt | 2 +- > .../opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >index dd1b9724420..62bb1c2b0ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >@@ -554,7 +554,7 @@ > > var currentDate = $(this).val(); > >- let selectedDate = dayjs(currentDate, get_dateformat_str(dateformat_pref).toUpperCase()); >+ let selectedDate = dayjs(currentDate); > > let pickupSlots = []; > let available_count = 0; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt >index 0e87b9b4c27..3760c79b30b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-curbside-pickups.tt >@@ -363,7 +363,7 @@ > let branchcode = $("#pickup-branch").val(); > let policy = policies[branchcode]; > >- let selectedDate = dayjs(currentDate, get_dateformat_str(dateformat_pref).toUpperCase()); >+ let selectedDate = dayjs(currentDate); > > let pickupSlots = []; > let available_count = 0; >-- >2.25.1
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 30718
:
135487
|
137516
|
137707
|
137715
|
137803
|
137804
|
137805
|
137806
|
137807
|
137868
|
137869
|
138644
|
138645
|
138646
|
138647
|
138648
|
138649
|
138650
|
138651
|
138652
|
138658
|
138659
|
138748
|
138749
|
138750
|
138751
|
138752
|
138753
|
138754
|
138755
|
138756
|
138757
|
138758
|
138879
|
138980
|
139033
|
139073
|
139074
|
139075
|
139076
|
139077
|
139078
|
139079
|
139080
|
139081
|
139082
|
139083
|
139084
|
139085
|
139453
|
139454
|
139455
|
139456
|
139457
|
139458
|
139459
|
139460
|
139461
|
139462
|
139463
|
139464
|
139465
|
139466
|
139467
|
139468
|
139490
|
139605
| 143175