|
@@ -544,7 +544,7 @@ class pdf_rouget extends ModelePdfExpedition
|
|
|
$posy+=4;
|
|
|
$pdf->SetXY($posx,$posy);
|
|
|
$pdf->SetTextColor(0,0,60);
|
|
|
- $pdf->MultiCell(100, 4, $outputlangs->transnoentities("DateDeliveryPlanned")." : ".dol_print_date($object->date_livraison,"daytext",false,$outputlangs,true), '', 'R');
|
|
|
+ $pdf->MultiCell(100, 4, $outputlangs->transnoentities("DateDeliveryPlanned")." : ".dol_print_date($object->date_delivery,"daytext",false,$outputlangs,true), '', 'R');
|
|
|
|
|
|
if (! empty($object->client->code_client))
|
|
|
{
|