From a3908791f57ecc5b6e0c11751595de40df1c34e1 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Tue, 2 Jul 2024 16:35:47 +0000 Subject: [PATCH] Bug 37144: Hide address from 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