diff --git a/htdocs/societe/note.php b/htdocs/societe/note.php index e24fa8a8cdc..fba53282d1f 100644 --- a/htdocs/societe/note.php +++ b/htdocs/societe/note.php @@ -121,11 +121,12 @@ if ($id > 0) } print ""; - + print '
'; - + + $colwidth='20'; include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'; - + dol_fiche_end(); }