From 21d18b030d67f777e6745e140b12a945a5935973 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 21 Oct 2022 10:49:32 +0000 Subject: [PATCH] Bug 29987: (QA follow-up) Remove unused cnt attribute missing a filter Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 489676e1185b87b8039a2e1e2a81fe5087a34081) Signed-off-by: Lucas Gass --- 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 02d5219738..5b5a6a335a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt @@ -112,7 +112,7 @@ [% ELSE %] [% FOREACH credit IN accountline.credit_offsets %] [% IF credit.debit %] - + [% accountline.accountlines_id | html %] { "type": "credit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% AuthorisedValues.GetByCode( 'PAYMENT_TYPE', accountline.payment_type ) | html %])", "amount": "[% accountline.amount * -1 | $Price %]", "timestamp": "[% accountline.timestamp | $KohaDates with_hours => 1 %]" } -- 2.39.5