Update intracommreport.php

This commit is contained in:
Laurent Destailleur 2020-10-15 20:18:00 +02:00 committed by GitHub
parent a0d1e96bfd
commit 86887fc650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ print load_fiche_titre($langs->trans("IntracommReportSetup"), $linkback, 'title_
$head = intracommReportAdminPrepareHead();
print dol_get_fiche_head($head, 'general', $langs->trans("IntracommReport"), -1, "intracommreport");
dol_fiche_head($head, 'general', $langs->trans("IntracommReport"), -1, "intracommreport");
print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
print '<input type="hidden" name="token" value="'.newToken().'">';