From 3017effe93fe0e64b6a65986f2e4e2c8f1268634 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Thu, 2 Sep 2021 08:38:17 +0200
Subject: [PATCH] Bug 28935: Allow gonenoaddress, lost and relationship for
staff
Content-Type: text/plain; charset=utf-8
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
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