We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rpd
1 parent 7bf58d8 commit aa2656aCopy full SHA for aa2656a
openlibrary/plugins/upstream/account.py
@@ -553,6 +553,7 @@ def POST(self):
553
has_special_access = audit.get('special_access')
554
if (
555
has_special_access
556
+ and ol_account.get_user().preferences().get('pda', '')
557
and ol_account.get_user().preferences().get('rpd')
558
!= PDRequestStatus.FULFILLED.value
559
):
0 commit comments