Bug 38398 - Do not call barcodeencode on remove_from_bundle
Summary: Do not call barcodeencode on remove_from_bundle
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Martin Renvoize (ashimema)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-07 19:40 UTC by Andrew Fuerste-Henry
Modified: 2024-11-07 20:17 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2024-11-07 19:40:30 UTC
The sub for removing an item from a bundle uses barcodedecode to remove leading and trailing whitespace from an itemnumber. This causes failures for libraries using plugins like the Barcode Prefixer that alter a value passed through barcodedecode.
We should chomp that itemnumber or something instead.