1 Oct
2025
1 Oct
'25
1:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40910 --- Comment #3 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- I would recommend running barcode decode *after* doing all your checks on item_id, as barcodedecode can trigger plugins that will *generate* a new barcode if passed an empty barcode string ( https://github.com/bywatersolutions/koha-plugin-barcode-prefixer ) for example. By testing $item_id and returning if it's empty *before* running barcodedecode on it, we can ensure we don't accidentally generate a non-existent barcode for the message! -- You are receiving this mail because: You are watching all bug changes.