Bugzilla – Attachment 127706 Details for
Bug 29270
Use flatpickr and futuredate on reserve/request.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29270: Expiration date must be in future
Bug-29270-Expiration-date-must-be-in-future.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2021-11-17 08:04:10 UTC
(
hide
)
Description:
Bug 29270: Expiration date must be in future
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-11-17 08:04:10 UTC
Size:
1.15 KB
patch
obsolete
>From 517d951bbd2c59fc49624fcbfd4e22ad8320aac9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 17 Nov 2021 09:03:14 +0100 >Subject: [PATCH] Bug 29270: Expiration date must be in future > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 19286107411..88fe39f283b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -524,7 +524,7 @@ > > <li> > <label for="to">Hold expires on date:</label> >- <input id="expiration_date" name="expiration_date" id="to" size="10" type="text" class="flatpickr" /> >+ <input id="expiration_date" name="expiration_date" id="to" size="10" type="text" class="flatpickr futuredate" /> > </li> > > [% UNLESS ( multi_hold ) %] >-- >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 29270
:
126496
|
126680
|
126796
| 127706 |
127708