Bug 29122

Summary: appends first item barcode to all copies when adding multiple copies
Product: Koha Reporter: Ravindra Pardhi <rlpardhi>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: m.de.rooy
Version: 21.05   
Hardware: All   
OS: Linux   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Ravindra Pardhi 2021-09-27 11:56:26 UTC
When adding multiple copies of item in cataloging, it automatically increments barcode but appends barcode of first copy to all copies along with '|'. Please guide me to resolve this issue.

Eg.
First copy barcode is: JR004141
Second copy barcode is:JR004142 | JR004141
Third copy barcode is: JR004143 | JR004141
Fourth copy barcode is:JR004144 | JR004141
Fifth copy barcode is: JR004145 | JR004141
   Kindly guide how to avoid additional string.

Thanks
Comment 1 Katrin Fischer 2023-06-24 18:34:36 UTC
Hi Ravindra, I use this feature often for testing and I haven't seen this behaviour. Maybe it could happen if you have set the barcode field to be repeatable?