[Koha-bugs] [Bug 18736] Problems in order calculations (rounding errors)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 19 11:52:04 CEST 2018


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

--- Comment #92 from Julian Maurice <julian.maurice at 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.


More information about the Koha-bugs mailing list