From 3feaba81dc1b6453f285b96b023d5bb0d0e11412 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 Content-Type: text/plain; charset=utf-8 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 --- .../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 7f60cbc71e..e1fde6a004 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 @@ -162,7 +162,7 @@ Default amount Available for Library limitations - No issues charge + Blocks checkouts? Actions @@ -203,9 +203,9 @@ [% IF debit_type.restricts_checkouts %] - Included + Yes [% ELSE %] - Not Included + No [% END %] -- 2.30.2