Bugzilla – Attachment 126612 Details for
Bug 29271
Cash register report not displaying or exporting correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29271: (QA follow-up) Add missing filter
Bug-29271-QA-follow-up-Add-missing-filter.patch (text/plain), 1.10 KB, created by
Katrin Fischer
on 2021-10-20 20:58:11 UTC
(
hide
)
Description:
Bug 29271: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-10-20 20:58:11 UTC
Size:
1.10 KB
patch
obsolete
>From 16d2a745624a107ae149168fa6a33fb5f3efccef Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 19 Oct 2021 21:09:00 +0000 >Subject: [PATCH] Bug 29271: (QA follow-up) Add missing filter > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt >index 87664018b3..0db2c9e7b9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt >@@ -3,4 +3,4 @@ > [%- FOREACH row IN rows %] > [% FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END %] > [%- END %] >-TOTAL[% sep %][%- FOREACH field IN total; field; sep IF !loop.last; END -%] >+TOTAL[% sep | html %][%- FOREACH field IN total; field; sep IF !loop.last; 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 29271
:
126498
|
126505
|
126548
|
126590
|
126611
| 126612 |
126613
|
126655
|
133084
|
133085
|
133086
|
133087