Bugzilla – Attachment 149157 Details for
Bug 33414
Dates displayed in ISO format in orders by fund
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33414: Add the data-order class
Bug-33414-Add-the-data-order-class.patch (text/plain), 1.42 KB, created by
Jonathan Druart
on 2023-04-05 07:12:08 UTC
(
hide
)
Description:
Bug 33414: Add the data-order class
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-05 07:12:08 UTC
Size:
1.42 KB
patch
obsolete
>From 0908a7f78b7dad0ea99affdd5fa0fdf8aa3ad358 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 5 Apr 2023 09:11:41 +0200 >Subject: [PATCH] Bug 33414: Add the data-order class > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >index 8dda5535240..30057b2fdca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >@@ -92,8 +92,8 @@ > <td>[% ordersloo.quantity | html %]</td> > <td>[% ordersloo.total_rrp | $Price %]</td> > <td>[% ordersloo.total_ecost | $Price %]</td> >- <td>[% ordersloo.entrydate | $KohaDates %]</td> >- <td>[% ordersloo.datereceived | $KohaDates %]</td> >+ <td data-order="[% ordersloo.entrydate | html %]">[% ordersloo.entrydate | $KohaDates %]</td> >+ <td data-order="[% ordersloo.datereceived | html %]">[% ordersloo.datereceived | $KohaDates %]</td> > <td>[% ordersloo.order_internalnote | html %]</td> > <td>[% ordersloo.order_vendornote | html %]</td> > </tr> >-- >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 33414
:
149154
|
149156
|
149157
|
149361
|
149362