From f1e429d3339c11b46d6bafd6038bb5852404b5e3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 4 May 2022 01:29:19 +0200 Subject: [PATCH] CSS --- htdocs/core/tpl/objectline_title.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/objectline_title.tpl.php b/htdocs/core/tpl/objectline_title.tpl.php index f4f962db554..0071b37ab9b 100644 --- a/htdocs/core/tpl/objectline_title.tpl.php +++ b/htdocs/core/tpl/objectline_title.tpl.php @@ -117,7 +117,7 @@ if (in_array($object->element, array('propal', 'commande', 'facture')) && $objec //print ''; if (GETPOST('mode', 'aZ09') == 'remiseforalllines') { print '
'; - print ' %'; + print ''; print ''; print '
'; }