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