Fix: Back to view after edit
This commit is contained in:
parent
0cc6534185
commit
070d715c1f
@ -225,7 +225,7 @@ if ($_GET["id"] || $_GET["ref"])
|
|||||||
|
|
||||||
|
|
||||||
// Formulaire ajout prix
|
// 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");
|
$langs->load("suppliers");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user