From 31365e71a07107140feeeca493be073ed4c10fdb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 27 May 2009 20:58:23 +0000 Subject: [PATCH] Fix: bad object --- htdocs/includes/boxes/box_commandes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/boxes/box_commandes.php b/htdocs/includes/boxes/box_commandes.php index d90578bd527..36566dbec70 100644 --- a/htdocs/includes/boxes/box_commandes.php +++ b/htdocs/includes/boxes/box_commandes.php @@ -53,8 +53,8 @@ class box_commandes extends ModeleBoxes { } /** - * \brief Charge les donn�es en m�moire pour affichage ult�rieur - * \param $max Nombre maximum d'enregistrements � charger + * \brief Charge les donnees en memoire pour affichage ulterieur + * \param $max Nombre maximum d'enregistrements a charger */ function loadBox($max=5) { @@ -113,7 +113,7 @@ class box_commandes extends ModeleBoxes { ); $this->info_box_contents[$i][4] = array('td' => 'align="right" width="18"', - 'text' => $commandestatic->LibStatut($objp->fk_statut,$objp->facturee,3)); + 'text' => $commandestatic->LibStatut($objp->fk_statut,$objp->facture,3)); $i++; }