Skip to content
Snippets Groups Projects
Commit 873f3e7f authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: class mal dfinie

parent cb91e75d
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ Class pdf_expedition_dorade extends ModelePdfExpedition ...@@ -84,7 +84,7 @@ Class pdf_expedition_dorade extends ModelePdfExpedition
$this->expe->fetch_commande(); $this->expe->fetch_commande();
$this->pdf = new pdf_expedition(); $this->pdf = new ModelePdfExpedition();
$this->pdf->expe = &$this->expe; $this->pdf->expe = &$this->expe;
$this->pdf->Open(); $this->pdf->Open();
......
...@@ -63,7 +63,7 @@ Class pdf_expedition_rouget extends ModelePdfExpedition ...@@ -63,7 +63,7 @@ Class pdf_expedition_rouget extends ModelePdfExpedition
{ {
$this->expe = $objExpe; $this->expe = $objExpe;
$this->pdf = new pdf_expedition(); $this->pdf = new ModelePdfExpedition();
$this->pdf->expe = &$this->expe; $this->pdf->expe = &$this->expe;
$this->pdf->Open(); $this->pdf->Open();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment