From 070d715c1f8f76322266adecf5596068af303fce Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 29 Aug 2008 07:39:34 +0000 Subject: [PATCH] Fix: Back to view after edit --- htdocs/product/fournisseurs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index a416324f2ac..e52ef4d12cb 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -225,7 +225,7 @@ if ($_GET["id"] || $_GET["ref"]) // Formulaire ajout prix - if (($_GET["action"] == 'add_price' || $_POST["action"] == 'updateprice') && $user->rights->produit->creer) + if ($_GET["action"] == 'add_price' && $user->rights->produit->creer) { $langs->load("suppliers");