Bugzilla – Attachment 111632 Details for
Bug 26172
Add a cashup summary view (with option to print)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26172: (QA follow-up) Add missing filter
Bug-26172-QA-follow-up-Add-missing-filter.patch (text/plain), 1.22 KB, created by
Martin Renvoize (ashimema)
on 2020-10-14 16:16:51 UTC
(
hide
)
Description:
Bug 26172: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-14 16:16:51 UTC
Size:
1.22 KB
patch
obsolete
>From 24a677bf35b91ae5cfdbe1a1148d034881f6078b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 4 Oct 2020 15:54:31 +0000 >Subject: [PATCH] Bug 26172: (QA follow-up) Add missing filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 a492287c7e..d7dee6757a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -346,7 +346,7 @@ > </tr> > [% FOREACH pt IN payment_types %] > <tr> >- <td>[% pt.lib %]</td> >+ <td>[% pt.lib | html %]</td> > <td>[% ( register.last_cashup.cashup_summary.outgoing_transactions.total( payment_type => pt.authorised_value ) + register.last_cashup.cashup_summary.income_transactions.total( payment_type => pt.authorised_value )) * -1 | $Price %]</td> > </tr> > [% END %] >-- >2.20.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 26172
:
108093
|
108095
|
108523
|
108817
|
108818
|
108822
|
108825
|
108826
|
108827
|
111162
|
111163
|
111164
|
111598
|
111599
|
111600
|
111601
|
111629
|
111630
|
111631
| 111632 |
111633
|
111634
|
111668
|
111683
|
111691
|
111692
|
111731
|
111732
|
112907
|
112908
|
112909