Bug 6944

Summary: Cannot add more than 9 items at a time
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: CatalogingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: koha.sekjal, magnus, wizzyrea
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:

Description Liz Rea 2011-09-29 20:34:11 UTC
When adding multiple items to a bib, if you select "add multiple items" and enter a double digit number (say, 10), only the first item is added. 

Additionally, if you attempt to add more than 10, say 12, NO items are added. Oops.
Comment 1 Magnus Enger 2011-09-30 12:17:28 UTC
Hm, I can't seem to reproduce this on current head? Are you getting any error messages in the logs?
Comment 2 Liz Rea 2011-10-03 16:03:56 UTC
This was my fault, sort of. It turns out I was trying to add multiple items on a barcode that exceeded the length of the field, and the incrementer couldn't increment past the last digit, hence it failed to add more than 10 when it tried to add a digit on to the end.