Fix closing div

This commit is contained in:
Laurent Destailleur 2021-11-25 21:42:42 +01:00
parent 4cfec658bc
commit 312a741b80

View File

@ -854,6 +854,7 @@ if ($action == 'create' || $action == 'presend') {
//print "userAccess=".$userAccess." userWrite=".$userWrite." userDelete=".$userDelete;
$head = project_prepare_head($projectstat);
print dol_get_fiche_head($head, 'ticket', $langs->trans("Project"), 0, ($projectstat->public ? 'projectpub' : 'project'));
/*
@ -902,7 +903,7 @@ if ($action == 'create' || $action == 'presend') {
print "</table>";
print '</div>';
print dol_get_fiche_end();
} else {
print "ErrorRecordNotFound";
}
@ -1178,6 +1179,8 @@ if ($action == 'create' || $action == 'presend') {
}
print '</table>';
print '</div>';
}