Koha/cataloguing
Katrin Fischer cd033bfc60
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-20 11:43:03 -03:00
..
value_builder Bug 35101: Stop screen from jumping back to top when using barcode.pl plugin 2023-10-20 11:02:53 -03:00
addbiblio.pl Bug 34014: (follow-up) Tidy 2023-10-20 11:03:00 -03:00
addbooks.pl
additem.pl Bug 34689: Ignore itemnumber when creating item hash 2023-10-04 09:15:37 -04:00
cataloging-home.pl Bug 34288: Allow access to the cataloguing module with tools permission 2023-07-18 12:46:53 -03:00
concerns.pl Bug 31028: (follow-up) Fix permissions names 2023-03-06 11:23:17 -03:00
editor.pl Bug 33375: Quote reserved keyword 'rank' in advanced editor 2023-04-14 11:35:26 -03:00
linkitem.pl
merge.pl
merge_ajax.pl
moveitem.pl Bug 34171: Use barcodedecode when attaching items to another record 2023-10-20 11:43:03 -03:00
plugin_launcher.pl
ysearch.pl
z3950_auth_search.pl Bug 33445: Pass through form info if present and use record values otherwise 2023-05-12 11:22:37 -03:00
z3950_search.pl