https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24535 --- Comment #3 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 197280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197280&action=edit Bug 24535: Add the ability to have longer barcodes than 20 digits Currently, in Koha, an item's barcode can only be up to 20 digits, it would be nice to increase this value to possibly a higher number such as 32. Koha recently increased the patron's barcode length to 32 and it was helpful to libraries. OpenAPI adjustments for item's barcode maxLength. Test plan: ---------- 1. In item editing, enter a barcode longer than 20 characters, e.g. 987654321098765432109876543210. 2. The barcode will not be saved (cf. Bug 42355). In a production environment without SQL strict mode, the barcode will be truncated to 20 characters. 3. apply patch; updatedatabase; ; yarn build; restart_all 4. Again, in item editing, enter a barcode longer than 20 characters, e.g. 987654321098765432109876543210. 5. Verify that the barcode is now saved in full. -- You are receiving this mail because: You are watching all bug changes.