This commit is contained in:
Regis Houssin 2006-05-29 15:00:13 +00:00
parent ce43f4fff7
commit a24d6eaf37

View File

@ -418,7 +418,7 @@ class Livraison
function addline( $id, $qty )
{
$num = sizeof($this->lignes);
$ligne = new ExpeditionLigne();
$ligne = new livraisonLigne();
$ligne->commande_ligne_id = $id;
$ligne->qty = $qty;