Bug 29122 - appends first item barcode to all copies when adding multiple copies
Summary: appends first item barcode to all copies when adding multiple copies
Status: RESOLVED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: 21.05
Hardware: All Linux
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-27 11:56 UTC by Ravindra Pardhi
Modified: 2023-06-24 18:34 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?