24 Oct
2019
24 Oct
'19
8:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23413 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Also, we should not need the following return statement: 336 return unless $transfer_rs->count; We need it for ->checkout for instance, because it could be undef. But we should not return undef for ->holds, otherwise it will explode on $items->holds->count -- You are receiving this mail because: You are watching all bug changes.