From b5c9327c8017e5089035253e1c6065ba3bb8a0ed Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Sat, 20 Jun 2009 07:09:03 +0000
Subject: [PATCH] Fix: eclipse error

---
 htdocs/cashdesk/index.php                      | 3 ++-
 htdocs/cashdesk/templates/facturation1.tpl.php | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/htdocs/cashdesk/index.php b/htdocs/cashdesk/index.php
index 991ae6f6f10..bfa1960f6e7 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 14bfc606584..730c3cfaef4 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>
-- 
GitLab