From af6ffc29fd1b3c53dd6bb6fe9fe4b0fc94066dde Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 19 Apr 2023 10:29:38 +0000 Subject: [PATCH] Bug 32450: (QA follow-up) Change wording in debit types table This patch changes confusing wording in the debit types table. Column heading No issues charge has been changed to Blocks checkouts? and the column data is now simply Yes/No rather than Included/Not included Test plan: 1) Apply patch 2) Navigate to debit types in administration 3) The column in the table should exist as described above Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/admin/debit_types.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt index d5e3c82cc4..f813d22312 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt @@ -167,7 +167,7 @@ Default amount Available for Library limitations - No issues charge + Blocks checkouts? Actions @@ -208,9 +208,9 @@ [% IF debit_type.restricts_checkouts %] - Included + Yes [% ELSE %] - Not Included + No [% END %] -- 2.39.2