Fix: Back to view after edit

This commit is contained in:
Laurent Destailleur 2008-08-29 07:40:45 +00:00
parent 070d715c1f
commit 06af1761a8

View File

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