Bugfixes lors de la suppression
This commit is contained in:
parent
922b548118
commit
865000081e
@ -141,7 +141,7 @@ if ($_POST["action"] == 'updateligne' && $user->rights->commande->creer)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($action == 'deleteline' && $user->rights->commande->creer)
|
if ($_GET["action"] == 'deleteline' && $user->rights->commande->creer)
|
||||||
{
|
{
|
||||||
$commande = new Commande($db);
|
$commande = new Commande($db);
|
||||||
$commande->fetch($_GET["id"]);
|
$commande->fetch($_GET["id"]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user