From f29b664171cc94d08c96eb3d20cc157321c9c9f4 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 29 Apr 2006 13:37:39 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20possibilit=E9e=20d'=E9diter=20une=20com?= =?UTF-8?q?mande=20valid=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 5fd793792a6..a9fd8e6c408 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1063,7 +1063,7 @@ else /* * Boutons actions */ - if ($user->societe_id == 0 && $commande->statut < 3 && ($_GET['action'] == '' || $_GET['action'] == 'builddoc')) + if ($user->societe_id == 0 && $commande->statut < 3 && ($_GET['action'] == '' || $_GET['action'] == 'builddoc' || $_GET['action'] == 'modif')) { print '
';