diff --git a/htdocs/compta/dons/fiche.php b/htdocs/compta/dons/fiche.php index e9b271859a2..b70c903acb1 100644 --- a/htdocs/compta/dons/fiche.php +++ b/htdocs/compta/dons/fiche.php @@ -250,7 +250,8 @@ if ($_GET["action"] == 'create') print ''; - print ''.$langs->trans("Date").''.$donation_date; + // Date + print ''.$langs->trans("Date").''; $html->select_date($donation_date?$donation_date:-1,'','','','',"add",1,1); print '';