https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35921 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net --- Comment #9 from Victor Grousset/tuxayo <victor@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.