When moving an item to another biblio (cataloguing/moveitem.pl?) the scanned item barcode is not transformed.
Created attachment 153800 [details] [review] Bug 34171: Use barcodedecode when attaching items to another record Bug 26351 added barcodecode that transforms scanned barcodes either by using itemBarcodeInputFilter or via a plugin to various pages in Koha, including checkout and checkin. But the feature for attaching items to a new record was missed. To test: * Add an item with barcode "ab" to any record * Set itemBarcodeInputFilter to "Remove spaces from" * Search for another record in the catalog * Edit > attach item > "a b" * The item is not found. * Apply patch, restart_all * Try again with "a b" * Verify that the item is found and attached to the record
Created attachment 153815 [details] [review] Bug 34171: Use barcodedecode when attaching items to another record Bug 26351 added barcodecode that transforms scanned barcodes either by using itemBarcodeInputFilter or via a plugin to various pages in Koha, including checkout and checkin. But the feature for attaching items to a new record was missed. To test: * Add an item with barcode "ab" to any record * Set itemBarcodeInputFilter to "Remove spaces from" * Search for another record in the catalog * Edit > attach item > "a b" * The item is not found. * Apply patch, restart_all * Try again with "a b" * Verify that the item is found and attached to the record Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Thanks Katrin! Tested with Systempreference itemBarcodeInputFilter and bywatersolutions koha-plugin-barcode-transformer Signed Off :-)
Created attachment 156371 [details] [review] Bug 34171: Use barcodedecode when attaching items to another record Bug 26351 added barcodecode that transforms scanned barcodes either by using itemBarcodeInputFilter or via a plugin to various pages in Koha, including checkout and checkin. But the feature for attaching items to a new record was missed. To test: * Add an item with barcode "ab" to any record * Set itemBarcodeInputFilter to "Remove spaces from" * Search for another record in the catalog * Edit > attach item > "a b" * The item is not found. * Apply patch, restart_all * Try again with "a b" * Verify that the item is found and attached to the record Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed to master for 23.11. Nice work everyone, thanks!
Set as normal bug instead of enhancement
Pushed to 23.05.x for 23.05.05
Nice work everyone! Pushed to oldstable for 22.11.x