Bugzilla – Attachment 133085 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]
[20.11] Bug 29271: (QA follow-up) Add missing filter
2011-Bug-29271-QA-follow-up-Add-missing-filter.patch (text/plain), 1.10 KB, created by
Katrin Fischer
on 2022-04-07 16:29:00 UTC
(
hide
)
Description:
[20.11] Bug 29271: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-04-07 16:29:00 UTC
Size:
1.10 KB
patch
obsolete
>From 7bf83c1872417f5667b5c5700468cf0c41a764f9 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] [20.11] 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