Bugzilla – Attachment 152893 Details for
Bug 33858
Date for pending offline circulation is unformatted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33858: Format dates in offline circ
Bug-33858-Format-dates-in-offline-circ.patch (text/plain), 1.95 KB, created by
Biblibre Sandboxes
on 2023-06-30 09:48:15 UTC
(
hide
)
Description:
Bug 33858: Format dates in offline circ
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2023-06-30 09:48:15 UTC
Size:
1.95 KB
patch
obsolete
>From 17ca51263a822c5e4f320ca0049bf460f939a35e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 7 Jun 2023 10:57:37 +0200 >Subject: [PATCH] Bug 33858: Format dates in offline circ > >1 - check item 3999900000001 out to a patron >2 - upload the attached KOC file from bug 33838 >3 - navigate to pending offline circ actions >4 - verify that the date is shown unformatted >5 - apply patch >6 - verify that the date is now shown formatted > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Univ Brest <cecile.lambour@univ-brest.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt >index f47b0bef45..13dac4ee38 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt >@@ -1,5 +1,6 @@ > [% USE raw %] > [% USE Asset %] >+[% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE "doc-head-open.inc" %] > <title>Offline circulation › Circulation › Koha</title> >@@ -60,7 +61,7 @@ > <tr class="oc-[% operation.action | html %]"> > <td><input type="checkbox" name="operationid" id="operationid[% operation.operationid | html %]" value="[% operation.operationid | html %]" /></td> > <td> >- <label for="operationid[% operation.operationid | html %]">[% operation.timestamp | html %]</label> >+ <label for="operationid[% operation.operationid | html %]">[% operation.timestamp | $KohaDates with_hours=1 %]</label> > </td> > <td> > [% SWITCH ( operation.action ) -%] >-- >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 33858
:
152079
|
152225
|
152893
|
153156