Skip to content
Snippets Groups Projects
Commit b5c9327c authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: eclipse error

parent 8687f950
No related branches found
No related tags found
No related merge requests found
...@@ -112,3 +112,4 @@ if ($_GET['err'] < 0) { ...@@ -112,3 +112,4 @@ if ($_GET['err'] < 0) {
</div> </div>
</div> </div>
</body> </body>
</html>
\ No newline at end of file
...@@ -147,6 +147,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -147,6 +147,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<!-- ========================= Cadre "Difference" ============================= --> <!-- ========================= Cadre "Difference" ============================= -->
<form id="frmDifference" class="formulaire1" method="post" onsubmit="javascript: return verifReglement()" action="validation_verif.php?action=valide_achat"> <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']; ?>" /> <input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>" />
<fieldset class="cadre_facturation"><legend class="titre1">Difference</legend> <fieldset class="cadre_facturation"><legend class="titre1">Difference</legend>
<table> <table>
...@@ -166,7 +167,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -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> <fieldset class="cadre_facturation"><legend class="titre1">Mode de paiement</legend>
<table> <table>
<tr> <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="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="Carte" onclick="javascript: verifClic('CB');" /></td>
<td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Cheque" onclick="javascript: verifClic('CHQ');" /></td> <td><input class="bouton_mode_reglement" type="submit" name="btnModeReglement" value="Cheque" onclick="javascript: verifClic('CHQ');" /></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment