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');