diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 97e30cacf5c..911fae6ac82 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1266,8 +1266,8 @@ else $objp = $db->fetch_object($result); $var=!$var; print ''; - print ''.img_object($langs->trans('ShowPayment'),'payment').''; - print ' '.strftime('%d %B %Y',$objp->dp).''; + print ''.img_object($langs->trans('ShowPayment'),'payment').' '; + print dolibarr_print_date($objp->dp).''; print ''.$objp->paiement_type.' '.$objp->num_paiement.''; print ''.price($objp->amount).''.$langs->trans('Currency'.$conf->monnaie).''; print '';