Suppression de l'action d'edition du stock

This commit is contained in:
Rodolphe Quiedeville 2004-07-26 16:26:43 +00:00
parent 0b15f967d9
commit 22432324ac

View File

@ -1,5 +1,5 @@
<?PHP
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* 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 "<br><div class=\"tabsAction\">\n";
if ($_GET["action"] == '')
{
if ($user->rights->produit->modifier || $user->rights->produit->creer)
{
print '<a class="tabAction" href="../fiche.php?action=edit&amp;id='.$product->id.'">Editer</a>';
}
}
print '<a class="tabAction" href="product.php?id='.$product->id.'&amp;action=correction">Correction stock</a>';
print '</div>';