diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php
index a338d2b9d6d..6db19d2e914 100644
--- a/htdocs/expedition/fiche.php
+++ b/htdocs/expedition/fiche.php
@@ -335,6 +335,7 @@ else
if ($_GET["action"] == 'delete')
{
$html->form_confirm("fiche.php?id=$expedition->id","Supprimer l'expedition","Etes-vous sûr de vouloir supprimer cette expedition ?","confirm_delete");
+ print '
';
}
/*
@@ -344,6 +345,7 @@ else
if ($_GET["action"] == 'valid')
{
$html->form_confirm("fiche.php?id=$expedition->id","Valider l'expédition","Etes-vous sûr de vouloir valider cette expédition ?","confirm_valid");
+ print '
';
}
/*
* Confirmation de l'annulation
@@ -352,6 +354,7 @@ else
if ($_GET["action"] == 'annuler')
{
$html->form_confirm("fiche.php?id=$expedition->id",$langs->trans("Cancel"),"Etes-vous sûr de vouloir annuler cette commande ?","confirm_cancel");
+ print '
';
}
/*
@@ -475,14 +478,15 @@ else
{
print ''.$langs->trans("Validate").'';
}
+
+ print ''.$langs->trans('BuildPDF').'';
if ($expedition->brouillon && $user->rights->expedition->supprimer)
{
print ''.$langs->trans("Delete").'';
}
-
-
- print "";
+
+ print '';
}
/*
@@ -542,11 +546,7 @@ else
}
$db->free($resql);
}
- //Barre d'action
- print '