From d87f14b7ce4c9962efe8449ea9852ca80c63a31b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur 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 ''.$langs->trans("Company").''; print ''.$soc->getNomUrl(1,'compta').''; - + print ""; - + print '
'; - + include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); - print ''; - + dol_fiche_end(); } llxFooter(); + $db->close(); ?>