https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22204 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126266|0 |1 is obsolete| | Attachment #126344|0 |1 is obsolete| | --- Comment #13 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 126430 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126430&action=edit [21.05] Bug 22204: Use barcodedecode in additem.pl Test plan: 1. Set syspref itemBarcodeInputFilter to 'whitespace' 2. Create an item with barcode "1" 3. Try to create an item with barcode " 1 " and verify that it is blocked 4. Create an item with barcode " XXXXX " and verify that it is saved without spaces in database: SELECT barcode FROM items WHERE barcode LIKE '%XXXXX%' Co-authored-by: Jérémy Breuillard <jeremy.breuillard@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.