Skip to content
Snippets Groups Projects
Commit 4a39c79d authored by Jean-Pierre Morfin's avatar Jean-Pierre Morfin
Browse files

FIX cancelling order line modification returned to list instead of card

parent a4e424ee
Branches
Tags
No related merge requests found
......@@ -111,7 +111,7 @@ if (empty($reshook))
{
if ($cancel)
{
if ($action != 'addlink')
if ($action != 'addlink' && $action != 'updateline')
{
$urltogo=$backtopage?$backtopage:dol_buildpath('/commande/list.php',1);
header("Location: ".$urltogo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment