diff --git a/htdocs/cashdesk/index.php b/htdocs/cashdesk/index.php index 991ae6f6f101d5a21553431932b196436dcc5eb9..bfa1960f6e79ffe00dae7053a69aec41abf1bbe5 100644 --- a/htdocs/cashdesk/index.php +++ b/htdocs/cashdesk/index.php @@ -111,4 +111,5 @@ if ($_GET['err'] < 0) { <?php include ('affPied.php'); ?></div> </div> </div> -</body> \ No newline at end of file +</body> +</html> \ No newline at end of file diff --git a/htdocs/cashdesk/templates/facturation1.tpl.php b/htdocs/cashdesk/templates/facturation1.tpl.php index 14bfc6065849f037370b15e2b8e191b764fe2092..730c3cfaef4b4fcd794b35d8e777f3102495363f 100644 --- a/htdocs/cashdesk/templates/facturation1.tpl.php +++ b/htdocs/cashdesk/templates/facturation1.tpl.php @@ -147,6 +147,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. <!-- ========================= Cadre "Difference" ============================= --> <form id="frmDifference" class="formulaire1" method="post" onsubmit="javascript: return verifReglement()" action="validation_verif.php?action=valide_achat"> + <input type="hidden" name="hdnChoix" value="" /> <input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>" /> <fieldset class="cadre_facturation"><legend class="titre1">Difference</legend> <table> @@ -166,7 +167,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. <fieldset class="cadre_facturation"><legend class="titre1">Mode de paiement</legend> <table> <tr> - <input type="hidden" name="hdnChoix" value="" /> <td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Especes" onclick="javascript: verifClic('ESP');" /></td> <td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Carte" onclick="javascript: verifClic('CB');" /></td> <td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Cheque" onclick="javascript: verifClic('CHQ');" /></td>