[Koha-bugs] [Bug 20819] GDPR: Add a consent field for processing personal data in account menu and self-registration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 2 14:32:09 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20819

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #66 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
+        my $consent = Koha::Patron::Consents->search({
+            borrowernumber => getborrowernumber($user),
+            type => 'GDPR_PROCESSING',
+            given_on => { '!=', undef },
+        })->next;
+        if( !$consent ) {


->count could have been better.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list