diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 5051b6cc0c7..1d120f016f0 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1098,7 +1098,7 @@ else
print '
'.price($objp->subprice*$objp->qty*(100-$objp->remise_percent)/100).' | ';
// Icone d'edition et suppression
- if ($commande->statut == 0 && $user->rights->commande->creer && $_GET['action'] == '' || $_GET['action'] == 'modif')
+ if ($commande->statut == 0 && $user->rights->commande->creer)
{
print '';
print img_edit();
|