Bugzilla – Attachment 38292 Details for
Bug 14016
Due dates in OPAC show 0:00 when it should be 23:59
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14016: (follow-up) Restore correct date format on issue date (00:00 vs 23:59)
PASSED-QA-Bug-14016-follow-up-Restore-correct-date.patch (text/plain), 1.40 KB, created by
Katrin Fischer
on 2015-04-21 20:14:29 UTC
(
hide
)
Description:
[PASSED QA] Bug 14016: (follow-up) Restore correct date format on issue date (00:00 vs 23:59)
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-21 20:14:29 UTC
Size:
1.40 KB
patch
obsolete
>From ae99967cbea78d63139b3cfc2c0d28a1292f5073 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 21 Apr 2015 10:44:43 +0200 >Subject: [PATCH] [PASSED QA] Bug 14016: (follow-up) Restore correct date > format on issue date (00:00 vs 23:59) > >Same for the overdues. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 4487b6f..85c985d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -451,7 +451,7 @@ > <td> > <span title="[% OVERDUE.date_due %]"> > <span class="tdlabel">Date due:</span> >- [% OVERDUE.date_due | $KohaDates as_due_date => 1 %] >+ [% OVERDUE.date_due_sql | $KohaDates as_due_date => 1 %] > </span> > </td> > [% IF ( OpacRenewalAllowed ) %] >-- >1.9.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 14016
:
38161
|
38198
|
38210
|
38232
| 38292