https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #179 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am sorry Kyle, the latest follow-up fixed the error, but the new text in pendingreserves never displays. I have tried to figure out what's going on there, but got stuck on this line: + if ( $res_info->item_group ) { + $hold_info->{barcodes} = [ uniq map { defined $_->barcode && $_->item_group && ( $_->item_group->id == $res_info->item_group_id ) ? $_->barcode : () } @$items ]; + } + I believe that [% IF ( hold_info.barcodes.size ) %] is not set for a hold group hold. -- You are receiving this mail because: You are watching all bug changes.