[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
Sat Mar 16 23:34:30 CET 2024


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor at tuxayo.net

--- Comment #9 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
(In reply to Jonathan Druart from comment #7)
> You are mixing unblessed and blessed in budget_owner.

(In reply to Julian Maurice from comment #8)
> The %patrons hash only contains Koha::Patron object.

I seems that's indeed the case, dumping %patrons:
> $VAR2 = undef;
> $VAR3 = '1';
> $VAR4 = bless( {
> [...]
>               }, 'Koha::Patron' );
> $VAR5 = '51';
> $VAR6 = bless( {
> [...]
>               }, 'Koha::Patron' );

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


More information about the Koha-bugs mailing list