https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43070
Bug ID: 43070
Summary: Remove C4::Biblio::GetMarcQuantity in favor of
MetadataExtractor
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 43059
Target Milestone: ---
GetMarcQuantity extracts a quantity from MARC fields for use in
acquisitions when importing ISO2709 files from booksellers.
- MARC21: returns 0 (not used)
- UNIMARC: 969$a (Electre convention, not in the MARC standard)
Callers to migrate:
- acqui/addorderiso2709.pl
- Koha/MarcOrder.pm
Steps:
1. Add get_normalized_quantity to UNIMARC extractor (MARC21 returns 0)
2. Expose as $biblio->normalized_quantity (convenience)
3. Migrate callers
4. Remove GetMarcQuantity from C4::Biblio
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43059
[Bug 43059] Remove C4::Biblio::GetMarcPrice in favor of MetadataExtractor
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/