Fix: Bad width

This commit is contained in:
Laurent Destailleur 2013-04-10 16:08:38 +02:00
parent 6739ac4d94
commit 4f645b0a53

View File

@ -121,11 +121,12 @@ if ($id > 0)
}
print "</table>";
print '<br>';
$colwidth='20';
include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
dol_fiche_end();
}