This commit is contained in:
Regis Houssin 2006-05-30 16:08:34 +00:00
parent 4dc9a9aa3d
commit 27c019bece

View File

@ -387,7 +387,7 @@ else
*/ */
if ($_GET["action"] == 'delete') 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"); $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 '<br>'; print '<br>';
} }