From: Jeff Davis Date: Thu, 20 Aug 2020 17:55:37 +0000 (-0700) Subject: LP#1887196: RemoteAuth get_patron_info should flesh home_ou X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=625a50f0134abfbad7789159b8668b77c2a021be;p=working%2FEvergreen.git LP#1887196: RemoteAuth get_patron_info should flesh home_ou Signed-off-by: Jeff Davis Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/RemoteAuth.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/RemoteAuth.pm index 8639b76d5c..863796d0cf 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/RemoteAuth.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/RemoteAuth.pm @@ -248,7 +248,8 @@ sub get_patron_info { "card", "cards", "standing_penalties", - 'profile' + "home_ou", + "profile" ], ausp => [ "standing_penalty" ] }