Bug 2306

Summary: bulkmarcimport.pl adds one too many items
Product: Koha Reporter: Rick Welykochy <rick>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: CLOSED REMIND QA Contact:
Severity: normal    
Priority: P3    
Version: 2.2.9   
Hardware: Macintosh   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Chris Cormack 2010-05-21 00:49:10 UTC


---- Reported by rick@praxis.com.au 2008-07-03 15:49:05 ----

intranet/scripts/misc/migration_tools/bulkmarcimport.pl

305: for (my $i=0;$i<=$#items;$i++)

should read:

305: for (my $i=0;$i<$#items;$i++)

or better still:

305: for (my $i=0;$i<@items;$i++)



---- Additional Comments From nengard@gmail.com 2009-12-23 17:59:13 ----

This bug hasn't been touched in nearly a year, please revisit and test and close if appropriate.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:49 UTC  ---

This bug was previously known as _bug_ 2306 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2306

Actual time not defined. Setting to 0.0