From 47bb057e9486d880c59a31ff8a6c381dbe9cb8c1 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 --- .../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.37.1 (Apple Git-137.1)