[Bug 21344] New: C4::Biblio::MungeMarcPrice doesn't appear to be used anywhere
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21344 Bug ID: 21344 Summary: C4::Biblio::MungeMarcPrice doesn't appear to be used anywhere Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Whilst QAing bug 12310 I came accross the MungeMarcPrice routine inside C4::Biblio. This method does not appear to be called from anywhere in the current codebase and as such can likely be removed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21344 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |INVALID --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org