[Bug 4956] New: ordering from external doesn't let you search more than 2
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4956 Summary: ordering from external doesn't let you search more than 2 Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: Acquisitions AssignedTo: henridamien@koha-fr.org ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Estimated Hours: 0.0 When ordering from an external source on acquisitions if you choose to search more than 2 targets you get a 500 error. I tried this on two installs of HEAD on two different servers with many different z39.50 targets before reporting this. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4956 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Same results for me. Here's the error in my log: z3950_search.pl: Use of uninitialized value in substitution (s///) at /home/oleonard/kohaclone/acqui/z3950_search.pl line 249.
From the script:
248 my $oldbiblio = TransformMarcToKoha( $dbh, $marcrecord, "" ); 249 $oldbiblio->{isbn} =~ s/ |-|\.//g, 250 $oldbiblio->{issn} =~ s/ |-|\.//g, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4956 Henri-Damien LAURENT <henridamien@koha-fr.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|henridamien@koha-fr.org |alex.arnaud@biblibre.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4956 --- Comment #2 from Alex Arnaud <alex.arnaud@biblibre.com> --- I can't see the problem. Can you confirm it has been fixed ? So i could mark it as resolved. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4956 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |WORKSFORME --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I tried searching 3 targets at the same time and it worked without any error message. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org