From 8ad27573eb2feac10fec9807d4ba4ac451b028df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 8 Jul 2021 11:03:35 +0200 Subject: [PATCH] [fix] add missing dash --- report/report_pricelist.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/report_pricelist.xml b/report/report_pricelist.xml index 9fcfb37..b6b6abe 100644 --- a/report/report_pricelist.xml +++ b/report/report_pricelist.xml @@ -6,7 +6,7 @@ <template id="fumoc_sale_report_pricelist_page" inherit_id="product.report_pricelist_page"> <xpath expr="//table/thead/tr/th[1]" position="after"> - <th>Codes Barre</th> + <th>Codes-Barre</th> </xpath> <xpath expr="//table/tbody/t/tr/td[1]" position="after"> <td> -- GitLab