diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php index 5d2dd449eed..b714f393dde 100644 --- a/htdocs/expedition/commande.php +++ b/htdocs/expedition/commande.php @@ -80,7 +80,7 @@ if ($_GET["id"] > 0) $commande = New Commande($db); if ( $commande->fetch($_GET["id"]) > 0) { - $commande->livraison_array(1); + $commande->expedition_array(1); $soc = new Societe($db); $soc->fetch($commande->soc_id); diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index c37b3bf6b95..96a1dc8b964 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -254,7 +254,7 @@ if ($_GET["action"] == 'create') * */ print '