https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35921
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Victor Grousset/tuxayo <[email protected]> --- (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. _______________________________________________ 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/
