From 06af1761a87cedafaa436040e7110be5dfc6e64d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 29 Aug 2008 07:40:45 +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 e52ef4d12cb..5b4b9de65c0 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -224,7 +224,7 @@ if ($_GET["id"] || $_GET["ref"]) if ($mesg) print($mesg); - // Formulaire ajout prix + // Form to add or update a price if ($_GET["action"] == 'add_price' && $user->rights->produit->creer) { $langs->load("suppliers");