From 13a27861f51fb6ace29458a5d3c6147b56f41312 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 2 Sep 2021 08:38:17 +0200 Subject: [PATCH] Bug 28935: Allow gonenoaddress, lost and relationship for staff Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize --- Koha/Patron/Allowlist.pm | 3 --- Koha/Patron/Allowlist/Public.pm | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Patron/Allowlist.pm b/Koha/Patron/Allowlist.pm index 7dafd025c6..440462102a 100644 --- a/Koha/Patron/Allowlist.pm +++ b/Koha/Patron/Allowlist.pm @@ -168,11 +168,8 @@ sub _global_deny_list { return qw( borrowernumber date_renewed - gonenoaddress - lost debarred debarredcomment - relationship flags privacy privacy_guarantor_fines diff --git a/Koha/Patron/Allowlist/Public.pm b/Koha/Patron/Allowlist/Public.pm index b0891c164b..0174277984 100644 --- a/Koha/Patron/Allowlist/Public.pm +++ b/Koha/Patron/Allowlist/Public.pm @@ -6,7 +6,10 @@ sub _deny_list { return qw( dateenrolled dateexpiry + gonenoaddress + lost borrowernotes + relationship opacnote sort1 sort2 -- 2.20.1