https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21172 --- Comment #6 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 88092 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88092 Bug 21172: Remove warning from addbiblio.pl Review of attachment 88092: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21172&attachment=88092) ----------------------------------------------------------------- ::: cataloguing/addbiblio.pl @@ +490,5 @@
my %seen; my @tab_data; # all tags to display + + my $max_num_tab=-1; + my ( $itemtag, $itemsubfield ) = GetMarcFromKohaField( "items.itemnumber", scalar $input->param('frameworkcode') );
Second param is not needed, now the default framework is taken as authoritative for marc to koha mappings. -- You are receiving this mail because: You are watching all bug changes.