[Koha-bugs] [Bug 24087] item's subfields (952|995) must be displayed on tab 10

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 22 11:34:36 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24087

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list