Bugzilla – Attachment 127708 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: start_for is actually date_to
Bug-29270-startfor-is-actually-dateto.patch (text/plain), 1.32 KB, created by
Jonathan Druart
on 2021-11-17 08:34:26 UTC
(
hide
)
Description:
Bug 29270: start_for is actually date_to
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-11-17 08:34:26 UTC
Size:
1.32 KB
patch
obsolete
>From ee8bd55e03f87cd59737c3b72ad2511b2d73f1c0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 17 Nov 2021 09:32:42 +0100 >Subject: [PATCH] Bug 29270: start_for is actually date_to > >The attribute has been renamed in the meanwhile.. >--- > 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 88fe39f283b..59ff7e6e9fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -518,7 +518,7 @@ > [% IF ( reserve_in_future ) %] > <li> > <label for="from">Hold starts on date:</label> >- <input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-start_for="expiration_date" class="flatpickr futuredate" /> >+ <input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr futuredate" /> > </li> > [% END %] > >-- >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