https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24629
--- Comment #6 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #5) > (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}}) { then we are using $i->{barcode}, so it is supposed to be a hashref. -- 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/
