2
0
forked from Wavyzz/dolibarr

Fix regression

This commit is contained in:
Laurent Destailleur
2016-03-22 17:41:42 +01:00
parent 95a45e8f87
commit 54ac3c0a7b
21 changed files with 0 additions and 42 deletions

View File

@@ -45,8 +45,6 @@ class mod_contract_magre extends ModelNumRefContracts
$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'].'">';