https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736 --- Comment #92 from Julian Maurice <julian.maurice@biblibre.com> --- Comment on attachment 78986 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78986 Bug 18736: (follow-up) Fix missing rounding and bad formatting Review of attachment 78986: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18736&attachment=78986) ----------------------------------------------------------------- ::: Koha/Number/Price.pm @@ +19,4 @@
use Modern::Perl;
+use Number::Format qw( format_price round );
As these subs are used as Number::Format object's methods, I don't think importing them is necessary. -- You are receiving this mail because: You are watching all bug changes.