20 Aug
2015
20 Aug
'15
11:06 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13775 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Debug: It's because the field 148 is not filled # If 148 is not set, @fields = (); 82 my @fields = $record->field( $auth_type->{auth_tag_to_report} ); # Repet is never set, so $repet = 0 83 my $repet = ($query->param('repet') || 1) - 1; 84 my $field = $fields[$repet]; 85 86 # Get all values for each distinct subfield 87 my %subfields; if 148 is not set, boom here 88 for ( $field->subfields ) { -- You are receiving this mail because: You are watching all bug changes.