Summary: | Prevent duplicate barcodes being created with autBarcode | ||
---|---|---|---|
Product: | Koha | Reporter: | David Roberts <david.roberts> |
Component: | Cataloging | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | m.de.rooy, tomascohen, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8425 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15249 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
David Roberts
2017-03-15 22:48:58 UTC
What if... Koha locked the barcode on cataloguing instead, and the barcode got calculated on saving? (In reply to Tomás Cohen Arazi from comment #1) > What if... Koha locked the barcode on cataloguing instead, and the barcode > got calculated on saving? I think this would work and avoid some of the known issues. We also do it for cardnumbers, so why not for barcodes :) |