From 1a918750400228c150910157a99baf22aa539d09 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 30 Sep 2004 12:17:19 +0000 Subject: [PATCH] Correction merge --- htdocs/compta/fiche.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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").'
';