13 Jul
2022
13 Jul
'22
9:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12029 --- Comment #50 from Jonathan Druart <jonathan.druart+koha@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.