From df7a2edd77ddde08b61bd64980d5aef3f1ace5f5 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 @@ [% FOREACH pt IN payment_types %] - [% pt.lib %] + [% pt.lib | html %] [% ( 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 %] [% END %] -- 2.11.0