https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35114 --- Comment #18 from Koha Team University Lyon 3 <koha@univ-lyon3.fr> --- Hello Thibault, I tried several times, activing or not OrderPriceRounding, and I always have the same prices with the patch and on master. I have the same prices in the basket page, the basket group. I use this SQL report to see all the prices : select ordernumber, listprice, unitprice, unitprice_tax_excluded, unitprice_tax_included, ecost, ecost_tax_excluded, ecost_tax_included, rrp, rrp_tax_excluded, rrp_tax_included, replacementprice from aqorders And I have the same results in master and with your patch. Are sure of your examples ? Perhaps this issue is already fix in master ? Sonia -- You are receiving this mail because: You are watching all bug changes.