From 500121df272a605368f29d636262ec4956cdc440 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Mon, 22 Jul 2024 17:04:42 +0000 Subject: [PATCH] Bug 37144: Hide address in patron lists --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt index b1c25bb0fa..60ec44124e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt @@ -200,11 +200,13 @@ [% p.borrowernumber.firstname | html %] [% p.borrowernumber.surname | html %] + [% IF (CAN_user_borrowers_view_contact_information) %] [% p.borrowernumber.address | html %] [% p.borrowernumber.address2 | html %] [% p.borrowernumber.city | html %] [% p.borrowernumber.state | html %] [% p.borrowernumber.country | html %] + [% END %] [% p.borrowernumber.categorycode.description | html %] ([% p.borrowernumber.categorycode.categorycode | html %]) [% p.borrowernumber.branchcode.branchname | html %] -- 2.39.2