https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19266
--- Comment #10 from Andrew Fuerste-Henry <[email protected]> --- I get a big angry error when trying to go to the cataloging module with Nick's patch applied: Could not compile /kohadevbox/koha/cataloguing/addbooks.pl: Global symbol "$marc_records" requires explicit package name (did you forget to declare "my $marc_records"?) at /kohadevbox/koha/C4/ImportBatch.pm line 455. Global symbol "$num_matched_control_number" requires explicit package name (did you forget to declare "my $num_matched_control_number"?) at /kohadevbox/koha/C4/ImportBatch.pm line 479. Global symbol "$num_matched_control_number" requires explicit package name (did you forget to declare "my $num_matched_control_number"?) at /kohadevbox/koha/C4/ImportBatch.pm line 516. Compilation failed in require at /kohadevbox/koha/C4/Breeding.pm line 29. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Breeding.pm line 29. Compilation failed in require at /kohadevbox/koha/cataloguing/addbooks.pl line 33. BEGIN failed--compilation aborted at /kohadevbox/koha/cataloguing/addbooks.pl line 33. at /usr/share/perl5/CGI/Compile.pm line 132 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
