https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40943
--- Comment #6 from Marcel de Rooy <[email protected]> --- These three parameters always confuse: $usernum, $userid, $usercnum, usernum is actually the real id, i.e. borrowernumber userid is a bad column name for username, but we recognize it normally usercnum is cryptic, cardnumber would be clearer They are converted to userenv keys: number, id and cardnumber. Where id is probably the most confusing one. Since we mean username. Out of scope, but please keep thinking about it :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
