Add llxHeader to reception (#29935)

This commit is contained in:
Anthony Damhet
2024-06-08 18:53:19 +02:00
committed by GitHub
parent b155370957
commit f0ccd63ed4
7 changed files with 8 additions and 7 deletions

View File

@@ -123,7 +123,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
* View
*/
llxHeader('', $langs->trans('Reception'), '');
llxHeader('', $langs->trans('Reception'), '', '', 0, 0, '', '', '', 'mod-reception page-card_documents');
$form = new Form($db);