Bugzilla – Attachment 122166 Details for
Bug 28127
POS register details tables should have a transaction date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28127: [20.05.x] Add transaction timestamp to register details tables
Bug-28127-2005x-Add-transaction-timestamp-to-regis.patch (text/plain), 2.24 KB, created by
Lucas Gass (lukeg)
on 2021-06-18 16:12:31 UTC
(
hide
)
Description:
Bug 28127: [20.05.x] Add transaction timestamp to register details tables
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-06-18 16:12:31 UTC
Size:
2.24 KB
patch
obsolete
>From 0bca36c55fadb6c54b3aae083b6afaf40f505b5e Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 18 Jun 2021 16:11:28 +0000 >Subject: [PATCH] Bug 28127: [20.05.x] Add transaction timestamp to register > details tables > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >index 14801ad90b..bac6a9358a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -82,7 +82,7 @@ > <tr> > <td>[% accountline.accountlines_id | html %]</td> > <td>{ "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> >- <td></td> >+ <td>[% IF accountline.timestamp %][% accountline.timestamp | $KohaDates with_hours => 1 %][% END %]</td> > <td> > [%- PROCESS account_type_description account=credit.debit -%] > [%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] >@@ -171,7 +171,7 @@ > <tr> > <td>[% accountline.accountlines_id | html %]</td> > <td>{ "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> >- <td></td> >+ <td>[% IF accountline.timestamp %][% accountline.timestamp | $KohaDates with_hours => 1 %][% END %]</td> > <td> > [%- PROCESS account_type_description account=credit.debit -%] > [%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] >-- >2.11.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 28127
:
119435
|
119447
|
119809
| 122166