This commit is contained in:
Laurent Destailleur 2021-03-24 11:00:26 +01:00
parent 00630478ea
commit 4ecd1def49
2 changed files with 2 additions and 1 deletions

View File

@ -180,6 +180,7 @@ if ($id > 0 || !empty($ref)) {
//print '<br>';
$cssclass='fieldtitle';
include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
print dol_get_fiche_end();

View File

@ -24,7 +24,7 @@ if (empty($object) || !is_object($object)) {
}
// $permissionnote must be defined by caller. For example $permissionnote=$user->rights->module->create
// $cssclass must be defined by caller. For example $cssclass='fieldtitle"
// $cssclass must be defined by caller. For example $cssclass='fieldtitle'
$module = $object->element;
$note_public = 'note_public';
$note_private = 'note_private';