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 '
';