fixed footer and policy
This commit is contained in:
@@ -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') { ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user