From 011423b7dda50e4c3c46bf22d0c60402eda8634f Mon Sep 17 00:00:00 2001 From: David Roberts Date: Mon, 16 Mar 2020 16:14:31 +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)." --- 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 d4cecaafdf7..81472f2493a 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 @@ -132,13 +132,13 @@ [% END %] Check to make this attribute staff_searchable in the staff patron search. -
  • +
  • [% IF display_checkout_checked %] [% 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