Fix regression

This commit is contained in:
Laurent Destailleur 2016-03-22 16:59:54 +01:00
parent e30d717e00
commit 5cd5a3a5fb

View File

@ -49,8 +49,6 @@ 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'].'">';