Fix: On met sur la facture la date de facturation et non la date de gnration du PDF.
This commit is contained in:
parent
59b29fa350
commit
7a4ef3735c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user