Summary: | ordering from external doesn't let you search more than 2 | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Acquisitions | Assignee: | Alex Arnaud <alex.arnaud> |
Status: | CLOSED WORKSFORME | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Nicole C. Engard
2010-07-07 13:59:30 UTC
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, I can't see the problem. Can you confirm it has been fixed ? So i could mark it as resolved. I tried searching 3 targets at the same time and it worked without any error message. |