Skip to content

Commit

Permalink
missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Jul 8, 2024
1 parent 4e8e0b8 commit de4994c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/expedition/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
if ($result > 0) {
$db->commit();

header("Location: ".DOL_URL_ROOT.'/delivery/card.php?action=create_delivery&id='.$result);
header("Location: ".DOL_URL_ROOT.'/delivery/card.php?action=create_delivery&token='.newToken().'&id='.$result);
exit;
} else {
$db->rollback();
Expand Down

0 comments on commit de4994c

Please sign in to comment.