Summary: | Cannot add more than 9 items at a time | ||
---|---|---|---|
Product: | Koha | Reporter: | Liz Rea <wizzyrea> |
Component: | Cataloging | Assignee: | 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 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Liz Rea
2011-09-29 20:34:11 UTC
Hm, I can't seem to reproduce this on current head? Are you getting any error messages in the logs? 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. |