From a1d89f8b889c0cc5f538c4edc2081a7739d848c7 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 3 Mar 2020 10:03:33 -0300 Subject: [PATCH] Bug 23355: (QA follow-up) Add missing TT filters Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- 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 8a4b09f4e0..4769ce3705 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt @@ -80,7 +80,7 @@ [% IF credit.debit %] - [% accountline.accountlines_id %] + [% accountline.accountlines_id | html %] { "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" } @@ -104,7 +104,7 @@ [% IF debit.credit %] - [% accountline.accountlines_id %] + [% accountline.accountlines_id | html %] { "type": "debit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" } -- 2.39.2