From 9bdbb3ba43ad49d6ae9d5e4bf7691655a8f1113a Mon Sep 17 00:00:00 2001 From: David Roberts Date: Wed, 25 Mar 2020 21:14:06 +0000 Subject: [PATCH] Bug 20648: Attribute option 'Display in check-out' should be renamed This patch rewords the 'Display in check-out' option in the patron attribute policy To test: 1) Apply patch 2) Go to /cgi-bin/koha/admin/patron-attr-types.pl?op=add_attribute_type 3) Check that the 8th line down has been renamed to "Display in patron's brief information:" 4) Check the description of this same option has been changed to "Check to show this attribute in the brief information panel in the patron's record (staff client)." Signed-off-by: Sally --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index b207de8c7e..5812334aa9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -126,13 +126,13 @@ [% END %] Check to make this attribute staff_searchable in the staff patron search. -
  • +
  • [% IF attribute_type AND attribute_type.display_checkout %] [% ELSE %] [% END %] - Check to show this attribute in patron check-out. + Check to show this attribute in the brief information panel in the patron's record (staff client).
  • -- 2.11.0