From 17cbf62103730e8818f9821d0c70873e6c8b2ef9 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 21 Oct 2021 10:03:30 +0000 Subject: [PATCH] Bug 29271: (follow-up) Remove changes to accounts.inc Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc index 10db392d71..6c5450b0de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc @@ -1,9 +1,9 @@ [%- BLOCK account_type_description -%] [%- IF account.credit_type_code -%] - [%- PROCESS credit_type_description credit_type_code = account.credit_type -%] + [%- PROCESS credit_type_description credit_type = account.credit_type -%] [%- ELSIF account.debit_type_code -%] - [%- PROCESS debit_type_description debit_type_code = account.debit_type -%] + [%- PROCESS debit_type_description debit_type = account.debit_type -%] [%- END -%] [%- PROCESS account_status_description account=account -%] -- 2.39.2