From 01232b721dc43a5c123a5af60242a35d9d0218f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 8 Sep 2023 11:25:54 +0200 Subject: [PATCH] do not trunc label but only use css overflowmax --- htdocs/core/class/html.formactions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formactions.class.php b/htdocs/core/class/html.formactions.class.php index ecedab797ac..2aab803bf17 100644 --- a/htdocs/core/class/html.formactions.class.php +++ b/htdocs/core/class/html.formactions.class.php @@ -306,7 +306,7 @@ class FormActions print ''; // Label - print ''.$actioncomm->getNomUrl(0, 36).''; + print ''.$actioncomm->getNomUrl(0).''; // Date print ''.dol_print_date($actioncomm->datep, 'dayhour', 'tzuserrel');