Revert "Fix regression"

This reverts commit 5cd5a3a5fb.
This commit is contained in:
Laurent Destailleur 2016-03-25 15:57:19 +01:00
parent 88e5616622
commit bb8e53deea

View File

@ -49,6 +49,8 @@ class mod_propale_saphir extends ModeleNumRefPropales
$langs->load("bills");
$form = new Form($this->db);
$texte = $langs->trans('GenericNumRefModelDesc')."<br>\n";
$texte.= '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
$texte.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';