Bug 8857

Summary: Add and duplicate functionality inconsistent w/autobarcode
Product: Koha Reporter: SJeffery <steven_jeffery>
Component: CatalogingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P5 - low CC: candiceh, m.de.rooy, veron
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4175
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description SJeffery 2012-10-01 21:28:51 UTC
The add and duplicate functionality (used when adding items) duplicates most of the fields in the window in order to reduce cataloging time. With autobarcode disabled the barcode field is NOT duplicated. With autobarcode enabled the barcode field IS duplicated. The proper function is to NOT duplicate the barcode.

(tried on 3.8.5)
Comment 1 Katrin Fischer 2015-01-06 19:43:29 UTC
Still valid in current master, the duplicate behaviour changes with the autobarcode setting - I think it should not duplicate the barcode, but leave it empty, or better: generate the next.
Comment 2 Katrin Fischer 2019-11-02 21:54:45 UTC
I've just tested this on master duplicating an existing item and using the duplicate fix of bug 23851 - in both cases, the barcode was left empty.