[Koha-bugs] [Bug 12029] Patrons should be able to delete their patron messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 13 09:51:25 CEST 2022


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

--- Comment #50 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
+    my $borrowernumber = $cgi->param('borrowernumber') || undef;

$borrowernumber MUST be retrieved from get_template_and_user (or another
C4::Auth method), not from the query parameters.

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


More information about the Koha-bugs mailing list