FIX cancelling order line modification returned to list instead of card
This commit is contained in:
parent
a4e424ee0e
commit
4a39c79d56
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user