From 22432324ac8aeaf4dcbad652fa1056e85f546ebf Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 26 Jul 2004 16:26:43 +0000 Subject: [PATCH] Suppression de l'action d'edition du stock --- htdocs/product/stock/product.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index 3588defffcc..23de3918028 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2004 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -235,15 +235,6 @@ else print "
\n"; -if ($_GET["action"] == '') -{ - if ($user->rights->produit->modifier || $user->rights->produit->creer) - { - print 'Editer'; - } - -} - print 'Correction stock'; print '
';