18 Mar
2024
18 Mar
'24
4:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35921 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Julian Maurice from comment #8)
(In reply to Jonathan Druart from comment #7)
You are mixing unblessed and blessed in budget_owner. The logged in patron will be a hashref and others will be Koha::Patron objects. No ? The %patrons hash only contains Koha::Patron object. $loggedinpatron is a hashref but it's not in the %patrons hash and is not used for budget_owner, only as a CanUserUseBudget parameter.
Yes, sorry, it seems that I misread something! -- You are receiving this mail because: You are watching all bug changes.