Fix: Back to view after edit

This commit is contained in:
Laurent Destailleur 2008-08-29 07:39:34 +00:00
parent 0cc6534185
commit 070d715c1f

View File

@ -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");