[Koha-bugs] [Bug 21172] Warning in addbiblio.pl - Argument "01e" isn't numeric in numeric ne (!=)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 16 20:33:14 CEST 2019


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

--- Comment #6 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list