From 73e5c8203726d39ec55807f6e9fecd3d7acd9b43 Mon Sep 17 00:00:00 2001 From: Pere Albujer Date: Wed, 14 Dec 2016 11:07:56 +0100 Subject: [PATCH] [FIX] point_of_sale: increase total's table size Was taking the right half of the ticket only and may be too small to display the full amounts (currency symbol cropped in some languages) Closes #14702 --- 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 f9fe617d0f4..986e5aeadf9 100644 --- a/addons/point_of_sale/views/report_receipt.xml +++ b/addons/point_of_sale/views/report_receipt.xml @@ -47,7 +47,7 @@
-
+
Taxes