Bugzilla – Attachment 152079 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.58 KB, created by
Jonathan Druart
on 2023-06-07 08:57:59 UTC
(
hide
)
Description:
Bug 33858: Format dates in offline circ
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-06-07 08:57:59 UTC
Size:
1.58 KB
patch
obsolete
>From 5e6e5d6fcf167b3126e8dbaba1afe277348a9ffc 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 > >--- > 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 6dcbc80c957..6ba8e9c9fd3 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 %]</label> > </td> > <td> > [% SWITCH ( operation.action ) -%] >-- >2.25.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 33858
:
152079
|
152225
|
152893
|
153156