From 1bc4ed7c95f2cf0bc81f01d7b64fd2c5fcdc0ffb Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Fri, 10 Jul 2015 12:02:52 +0200 Subject: [PATCH] [FIX] point_of_sale: receipt report, qty decimal precision In the receipt report, the quantity decimal precision was hardcoded to 0, while it should use the decimal precision from the field definition. opw-644507 --- addons/point_of_sale/views/report_receipt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/point_of_sale/views/report_receipt.xml b/addons/point_of_sale/views/report_receipt.xml index 4bbd44afbe4..39192072514 100644 --- a/addons/point_of_sale/views/report_receipt.xml +++ b/addons/point_of_sale/views/report_receipt.xml @@ -31,7 +31,7 @@ - +