fixed footer and policy

This commit is contained in:
2025-07-10 10:39:37 +02:00
parent 449bcc3153
commit 9d6f9ce284
63 changed files with 12087 additions and 425 deletions
+9
View File
@@ -703,6 +703,15 @@ include('include/trfqueryscript.php'); ?>
</div>
</div>
<?php
// Recupera il valore (se presente)
$previousReportVal = isset($_GET["idtrf"]) ? $trfnumberfinal->getColumnVal("previousreportnumber") : '';
// Se il valore esiste, aggiungi sempre il campo hidden
if (!empty($previousReportVal)) {
echo '<input type="hidden" name="previousreportnumber" value="' . htmlspecialchars($previousReportVal) . '">';
}
?>
<?php if ($idcertn == '3' || $idcertn == '4' || $idcertn == '8') { ?>