diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index d9bd0be1471..a7c4ef4b424 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1619,18 +1619,6 @@ else
}
}
- // Créer commande fournisseur
- if ($commande->statut > 0 && $commande->statut < 3 && $user->rights->fournisseur->commande->creer)
- {
- print ''.$langs->trans('Commande PCB').'';
- }
-
- // Créer commande fournisseur
- if ($commande->statut > 0 && $commande->statut < 3 && $user->rights->fournisseur->commande->creer)
- {
- print ''.$langs->trans('Commande ACD').'';
- }
-
// Edit
if ($commande->statut == 1)
{