From 7a4ef3735c4674bfa0214055ac5417a135a7d470 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 25 Jan 2005 19:56:40 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20On=20met=20sur=20la=20facture=20la=20dat?= =?UTF-8?q?e=20de=20facturation=20et=20non=20la=20date=20de=20g=E9n=E9rati?= =?UTF-8?q?on=20du=20PDF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/facture/pdf_crabe.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/facture/pdf_crabe.modules.php b/htdocs/includes/modules/facture/pdf_crabe.modules.php index 66a1e22bada..1e8596993ab 100644 --- a/htdocs/includes/modules/facture/pdf_crabe.modules.php +++ b/htdocs/includes/modules/facture/pdf_crabe.modules.php @@ -574,7 +574,7 @@ class pdf_crabe extends ModelePDFFactures $pdf->SetFont('Arial','',12); $pdf->SetXY(100,11); $pdf->SetTextColor(0,0,60); - $pdf->MultiCell(100, 10, $langs->trans("Date")." : " . dolibarr_print_date(mktime(),"%d %b %Y"), '', 'R'); + $pdf->MultiCell(100, 10, $langs->trans("Date")." : " . dolibarr_print_date($fac->date,"%d %b %Y"), '', 'R'); /* * Emetteur