Bugzilla – Attachment 164219 Details for
Bug 36341
"Hold starts on date" should be limited to future dates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36341: (QA follow-up) Use future inclusive on staff side too
Bug-36341-QA-follow-up-Use-future-inclusive-on-sta.patch (text/plain), 1.34 KB, created by
Nick Clemens (kidclamp)
on 2024-04-01 17:34:28 UTC
(
hide
)
Description:
Bug 36341: (QA follow-up) Use future inclusive on staff side too
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-01 17:34:28 UTC
Size:
1.34 KB
patch
obsolete
>From 54749ab71db294122121da5f6cca92b08eb096e6 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 1 Apr 2024 17:33:52 +0000 >Subject: [PATCH] Bug 36341: (QA follow-up) Use future inclusive on staff side > too > >--- > 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 22cc5e171b2..7654fcf4402 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -570,7 +570,7 @@ > [% IF ( Koha.Preference('AllowHoldDateInFuture') ) %] > <li> > <label for="from">Hold starts on date:</label> >- <input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr" data-flatpickr-futuredate="true" /> >+ <input id="reserve_date" name="reserve_date" id="from" size="10" type="text" data-date_to="expiration_date" class="flatpickr" data-flatpickr-futureinclusive="true" /> > </li> > [% END %] > >-- >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 36341
:
163309
|
164218
| 164219 |
165721