diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 0febb7af5c3..88c90ea20a7 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -428,8 +428,10 @@ if ($socid > 0) * Listes des actions effectuées * */ - print ''; - print ''; + + print '
'.$langs->trans("ActionsDone").'
'; + print ''; + print ''; print '
'.$langs->trans("ActionsDone").'
';