22 Nov
2019
22 Nov
'19
11:34 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24087 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- For instance, to build the list of item's fields in tools/batchMod.pl 332 foreach my $tag (sort keys %{$tagslib}) { 333 # loop through each subfield 334 foreach my $subfield (sort keys %{$tagslib->{$tag}}) { 335 next if IsMarcStructureInternal( $tagslib->{$tag}{$subfield} ); 336 next if (not $allowAllSubfields and $restrictededition && !grep { $tag . '$' . $subfield eq $_ } @subfieldsToAllow ); 337 next if ($tagslib->{$tag}->{$subfield}->{'tab'} ne "10"); -- You are receiving this mail because: You are watching all bug changes.