Skip to content
Snippets Groups Projects
Commit e3259219 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1484 from atm-maxime/develop

Fix : Delivery date was displayed twice
parents c41bffcb 685c00cd
No related branches found
No related tags found
No related merge requests found
......@@ -595,7 +595,7 @@ class pdf_einstein extends ModelePDFCommandes
$posy=$pdf->GetY()+1;
}
*/
if (! empty($object->date_livraison))
/*if (! empty($object->date_livraison))
{
$pdf->SetXY($this->marge_gauche, $posy);
$pdf->SetFont('','B', $default_font_size - 2);
......@@ -608,7 +608,7 @@ class pdf_einstein extends ModelePDFCommandes
$pdf->MultiCell(80, 3, $text, 0, 'L', 0);
$posy=$pdf->GetY()+1;
}
}*/
/* TODO
else if (! empty($object->availability_code))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment