[Koha-bugs] [Bug 25770] vars loggedinusername and loggedinusernumber should be replaced by use of logged_in_user in templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 11 11:06:51 CET 2023


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

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list