11 Dec
2023
11 Dec
'23
10:06 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25770 --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- See comments on those 2 lines: C4/Auth.pm: $template->param( loggedinusername => $user ); # OBSOLETE - Do not reuse this in template, use logged_in_user.userid instead C4/Auth.pm: $template->param( loggedinusernumber => $borrowernumber ); # FIXME Should be replaced with logged_in_user.borrowernumber -- You are receiving this mail because: You are watching all bug changes.