https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35405
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Go to Authorities. 2. Using the search in the header bar, click on the arrow to perform a search. 3. Note that the warning "Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202." appears several times in the /var/log/koha/kohadev/plack-intranet-error.log file. 4. Perform another search, except change the Authority type search from "Default" to "Corporate Name" (using the little selector before the arrow). 5. Note that the warning message in step 3 is not recorded in the log file. 6. Apply the patch and restart_all 7. Repeat steps 2-5 - the warning in step 3 no longer appears. Additional note: this warning message appears in the log file once for each search (whether or not the authority type is selected) "[WARN] Use of uninitialized value $q2 in concatenation (.) or string at /kohadevbox/koha/C4/AuthoritiesMarc.pm line 230.". -- 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/
