[Koha-bugs] [Bug 21344] C4::Biblio::MungeMarcPrice doesn't appear to be used anywhere

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 28 19:19:03 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21344

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |katrin.fischer at bsz-bw.de
         Resolution|---                         |INVALID

--- Comment #1 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list