diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 5051b6cc0c771c8501eb0250487857b5872a0659..1d120f016f05bd2035e7d0e1717dab88deefbf45 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1098,7 +1098,7 @@ else print '<td align="right">'.price($objp->subprice*$objp->qty*(100-$objp->remise_percent)/100).'</td>'; // 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 '<td align="right"><a href="fiche.php?id='.$id.'&action=editline&rowid='.$objp->rowid.'">'; print img_edit();