https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24629
--- Comment #5 from Jonathan Druart <[email protected]> --- (In reply to Magnus Enger from comment #0) > Feb 11 09:00:23 koha koha_sip_koha[13575]: ILS::Checkout: patron 123 has > checked out HASH(0x55a5b187f858), HASH(0x55a5b1896ad0), HASH(0x55a5b18a6cf0) This one is weird, it seems that sometimes we have hash and itemnumber: Few lines before the syslog statement: 167 push( @{ $patron->{items} }, $item_id ); But, in renew: 458 foreach my $i (@{$patron->{items}}) { > Feb 11 09:00:25 koha koha_sip_koha[13575]: summary_info: list = > (HASH(0x55a5b18aea60), HASH(0x55a5b18ae718), HASH(0x55a5b184ef48)... Fixed with the patch. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
