Bugzilla – Attachment 104521 Details for
Bug 25418
Backdated check out date loses time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25418: (bug 25133 follow-up) Display due date with hours
Bug-25418-bug-25133-follow-up-Display-due-date-wit.patch (text/plain), 1.43 KB, created by
Jonathan Druart
on 2020-05-07 15:19:50 UTC
(
hide
)
Description:
Bug 25418: (bug 25133 follow-up) Display due date with hours
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-07 15:19:50 UTC
Size:
1.43 KB
patch
obsolete
>From 0dffbb608d0072ac31effa008a9c0e99fea05ada Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 May 2020 17:18:35 +0200 >Subject: [PATCH] Bug 25418: (bug 25133 follow-up) Display due date with hours > >And not as due date, it's not a display-only info, but an input. > >This patch is a follow-up of Bug 25133: Fix time part of due date for 12hr >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 7423164850..79212d17f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -236,7 +236,7 @@ > > [% IF ( INVALID_DATE ) %] > <p> >- <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | $KohaDates as_due_date => 1 %]" /> >+ <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | $KohaDates with_hours => 1 %]" /> > <label for="duedatespec">Due date</label> > </p> > [% ELSE %] >-- >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 25418
:
104521
|
104705
|
104709
|
104710