mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-05 07:35:19 +01:00
Fix: mauvais appel de fonction
This commit is contained in:
@@ -204,7 +204,7 @@ Class pdf_expedition_rouget extends ModelePdfExpedition
|
||||
$pdf->Text(186, $curY, $outputlangs->transnoentities("Qty"));
|
||||
$pdf->Text(186, $curY+4, "Livr<EFBFBD>e");
|
||||
|
||||
$this->expe->fetch_lignes();
|
||||
$this->expe->fetch_lines();
|
||||
for ($i = 0 ; $i < sizeof($this->expe->lignes) ; $i++)
|
||||
{
|
||||
$curY = $this->tableau_top + 14 + ($i * 7);
|
||||
|
||||
Reference in New Issue
Block a user