[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 Jan 17 19:22:22 CET 2018


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

--- Comment #18 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 70187
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70187
Bug 18736 - Add OrerPriceRounding syspref

Review of attachment 70187:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18736&attachment=70187)
-----------------------------------------------------------------

::: installer/data/mysql/atomicupdate/bug18736_add_rounding_syspref.perl
@@ +1,3 @@
> +$DBversion = 'XXX';  # will be replaced by the RM
> +if( CheckVersion( $DBversion ) ) {
> +    # $dbh->do( "INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OrderPriceRounding',NULL,'Local preference for rounding orders before calculations to ensure correct calculations','|nearest_cent','Choice')" );

This line is commented out. Why?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list