2
0
forked from Wavyzz/dolibarr

Fix: fetch_client is deprecated

This commit is contained in:
Regis Houssin
2010-08-06 13:56:25 +00:00
parent 8e57affa6e
commit aa62559812
35 changed files with 66 additions and 75 deletions

View File

@@ -905,7 +905,7 @@ class pdf_einstein extends ModelePDFCommandes
$pdf->SetFont('Arial','',8);
$pdf->SetXY(102,$posy-5);
$pdf->MultiCell(80, 4, $outputlangs->transnoentities("BillTo").":");
$object->fetch_client();
$object->fetch_thirdparty();
// Cadre client destinataire
$pdf->rect(100, $posy, 100, $hautcadre);