| Summary: | C4::Biblio::MungeMarcPrice doesn't appear to be used anywhere | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Martin Renvoize (ashimema)
2018-09-14 11:14:32 UTC
C4/Biblio.pm: MungeMarcPrice
C4/Biblio.pm: $subfield_value = MungeMarcPrice( $subfield_value );
C4/Biblio.pm:=head2 MungeMarcPrice
C4/Biblio.pm:sub MungeMarcPrice {
t/db_dependent/MungeMarcPrice.t: MungeMarcPrice($price->{'string'}),
t/db_dependent/MungeMarcPrice.t: MungeMarcPrice($price->{'string'}),
It's used in sub GetMarcPrice.
IIRC correctly, didn't follow the code trail, this is used trying to get a price from the MARC record when ordering from staged files.
|