[Koha-bugs] [Bug 35921] Improve perfs of acqui-home.pl when there are many budgets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 29 11:54:37 CET 2024


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #8 from Julian Maurice <julian.maurice at biblibre.com> ---
(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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list