fix form token missing

This commit is contained in:
Florian HENRY 2020-10-21 13:26:28 +02:00
parent 6bba249935
commit e23a289553

View File

@ -158,6 +158,7 @@ $head = marges_prepare_head($user);
$picto = 'margin';
print '<form method="post" name="sel" action="'.$_SERVER['PHP_SELF'].'">';
print '<input type="hidden" name="token" value="'.newToken().'">';
dol_fiche_head($head, $langs->trans('checkMargins'), $title, 0, $picto);