bugfix
This commit is contained in:
parent
ce43f4fff7
commit
a24d6eaf37
@ -418,7 +418,7 @@ class Livraison
|
|||||||
function addline( $id, $qty )
|
function addline( $id, $qty )
|
||||||
{
|
{
|
||||||
$num = sizeof($this->lignes);
|
$num = sizeof($this->lignes);
|
||||||
$ligne = new ExpeditionLigne();
|
$ligne = new livraisonLigne();
|
||||||
|
|
||||||
$ligne->commande_ligne_id = $id;
|
$ligne->commande_ligne_id = $id;
|
||||||
$ligne->qty = $qty;
|
$ligne->qty = $qty;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user