Fix: class mal dfinie

This commit is contained in:
Regis Houssin 2005-07-10 08:45:02 +00:00
parent cb91e75ddd
commit 873f3e7f71
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();