Bugzilla – Attachment 110905 Details for
Bug 25039
Move new due calculation to Koha::Checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25039: (QA follow-up) Restore date display
Bug-25039-QA-follow-up-Restore-date-display.patch (text/plain), 1.72 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-09-29 12:07:09 UTC
(
hide
)
Description:
Bug 25039: (QA follow-up) Restore date display
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-09-29 12:07:09 UTC
Size:
1.72 KB
patch
obsolete
>From 280fbfc46b13096d95dd2d1ea976069716b3ef8e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 29 Sep 2020 09:04:51 -0300 >Subject: [PATCH] Bug 25039: (QA follow-up) Restore date display > >The original implementation didn't display the time portion of the >datetime object (00:00) as it used output_pref( ..., 'iso' ). > >This patch makes it do the same. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/modules/tools/batch_extend_due_dates.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >index b35140a5e1..1905e0c14f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >@@ -143,9 +143,7 @@ > <td>[% checkout.current.item.home_branch.branchname | html %]</td> > <td>[% checkout.current.issuedate | $KohaDates %]</td> > <td>[% Branches.GetName( checkout.current.branchcode ) | html %]</td> >- <td> >- [% checkout.updated.date_due | $KohaDates as_due_date => 1 %] >- </td> >+ <td>[% checkout.updated.date_due | $KohaDates %]</td> > </tr> > [% END %] > </tbody> >-- >2.28.0
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 25039
:
102273
|
110073
|
110460
|
110483
|
110484
|
110795
|
110796
|
110905