https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21344
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
