https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736
--- Comment #92 from Julian Maurice <[email protected]> --- 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. _______________________________________________ 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/
