Bugzilla – Attachment 127868 Details for
Bug 21729
When reverting a hold the expirationdate should be reset
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.27 KB, created by
Florian
on 2021-11-19 14:24:53 UTC
(
hide
)
Description:
Bug 29270: Expiration date must be in future
Filename:
MIME Type:
Creator:
Florian
Created:
2021-11-19 14:24:53 UTC
Size:
1.27 KB
patch
obsolete
>From f49422826b5bbe58671430d8ded4f1e393ccc76f 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 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >https://bugs.koha-community.org/show_bug.cgi?id=21729 >--- > 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 1928610741..88fe39f283 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.20.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 21729
:
126160
|
126161
|
126162
|
126203
|
126258
|
127797
|
127798
|
127799
|
127800
|
127867
|
127868
|
127869
|
127870
|
127877
|
127878
|
127879
|
127880
|
128761
|
129090
|
129091
|
129092
|
129093
|
129094