diff --git a/htdocs/livraison/fiche.php b/htdocs/livraison/fiche.php index f40db87eade..1305b0cd766 100644 --- a/htdocs/livraison/fiche.php +++ b/htdocs/livraison/fiche.php @@ -387,7 +387,7 @@ else */ if ($_GET["action"] == 'delete') { - $expedition_id = $_GET[$expid]; + $expedition_id = $_GET["expid"]; $html->form_confirm("fiche.php?id=$livraison->id&expid=$expedition_id","Supprimer le bon de livraison","Etes-vous sūr de vouloir supprimer ce bon de livraison ?","confirm_delete"); print '
'; }