Fix: bad object
This commit is contained in:
parent
ae5fe6a2c3
commit
31365e71a0
@ -53,8 +53,8 @@ class box_commandes extends ModeleBoxes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Charge les donn<EFBFBD>es en m<EFBFBD>moire pour affichage ult<EFBFBD>rieur
|
* \brief Charge les donnees en memoire pour affichage ulterieur
|
||||||
* \param $max Nombre maximum d'enregistrements <EFBFBD> charger
|
* \param $max Nombre maximum d'enregistrements a charger
|
||||||
*/
|
*/
|
||||||
function loadBox($max=5)
|
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"',
|
$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++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user