Fix: class mal dfinie
This commit is contained in:
parent
cb91e75ddd
commit
873f3e7f71
@ -84,7 +84,7 @@ Class pdf_expedition_dorade extends ModelePdfExpedition
|
||||
|
||||
$this->expe->fetch_commande();
|
||||
|
||||
$this->pdf = new pdf_expedition();
|
||||
$this->pdf = new ModelePdfExpedition();
|
||||
$this->pdf->expe = &$this->expe;
|
||||
|
||||
$this->pdf->Open();
|
||||
|
||||
@ -63,7 +63,7 @@ Class pdf_expedition_rouget extends ModelePdfExpedition
|
||||
{
|
||||
$this->expe = $objExpe;
|
||||
|
||||
$this->pdf = new pdf_expedition();
|
||||
$this->pdf = new ModelePdfExpedition();
|
||||
$this->pdf->expe = &$this->expe;
|
||||
|
||||
$this->pdf->Open();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user