Bug 15249

Summary: barcode duplicate warning missing during adding multiple copy
Product: Koha Reporter: Vinod <mishravk79>
Component: CatalogingAssignee: Amit Gupta <amitddng135>
Status: RESOLVED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: amitddng135, katrin.fischer, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18280
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Vinod 2015-11-24 19:30:20 UTC
Koha bug : Suppose a barcode number "1234" has been already entered in the koha system and if by mistake someone assigns again the same number system says barcode must be unique, but in case of entering multiple copy instead of warning system assigns next series of barcodes. For example there are 04 copy of the same title and user/staff enters barcode of first book say "1234" in barcode field and in number of copy 4 than system assigns 1234, 1235,1236 and 1237 but if 1234 is already available in the system than instead of warning it assigns automatically next available numbers i.e. it drops the first number (1234) and assigns 1235, 1236, 1237 ans 1238. My view is even we are entering multiple copy and if barcode is duplicate than koha should warn the system instead of assigning next available numbers ?
Comment 1 Katrin Fischer 2020-01-08 21:05:43 UTC
This might be seen as a feature, especially for libraries printing their barcode labels from Koha.
Comment 2 Katrin Fischer 2023-08-28 19:41:29 UTC
There is no warning because Koha will auto-increment the barcode (it's a feature!) :)