diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index d0a076e5d3b..54197db981c 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -503,7 +503,10 @@ else if ($obj->statut == 0 && $user->societe_id == 0) { - print 'Supprimer'; + if ($action != "edit") + { + print 'Supprimer'; + } } elseif ($obj->statut == 1 && $obj->paye == 0 && $user->societe_id == 0) { @@ -514,7 +517,7 @@ else { if ($action == "edit") { - print 'Annuler'; + print 'Abandonner'; } else {