From d87f14b7ce4c9962efe8449ea9852ca80c63a31b Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sat, 17 Mar 2012 23:38:44 +0100
Subject: [PATCH] Fix: minor change

---
 htdocs/compta/facture/note.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php
index a388cbd1276..5af401b11e8 100644
--- a/htdocs/compta/facture/note.php
+++ b/htdocs/compta/facture/note.php
@@ -106,18 +106,18 @@ if ($id > 0 || ! empty($ref))
     // Company
     print '<tr><td>'.$langs->trans("Company").'</td>';
     print '<td colspan="3">'.$soc->getNomUrl(1,'compta').'</td>';
-    
+
     print "</table>";
-    
+
     print '<br>';
-    
-	include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
 
-	print '</div>';
+	include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
 
+	dol_fiche_end();
 }
 
 
 llxFooter();
+
 $db->close();
 ?>
-- 
GitLab