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
+13
View File
@@ -79,3 +79,16 @@ foreach ($idartchs as $idartch) {
$pdf->Cell(140, 6, $articleCharacteristic, 1, 0, 'L', TRUE);
$pdf->Ln();
}
$prevrepLabel = ($_SESSION['langselect'] == 'it') ? 'N. Rapporto Precedente' : 'Previous Report n.';
// Stampa la riga
if (!empty($trfData['previousreportnumber'])) {
$prevrepLabel = ($_SESSION['langselect'] == 'it') ? 'N. Rapporto Precedente' : 'Previous Report n.';
$pdf->Cell(50, 6, $prevrepLabel, 1, 0, 'L');
$pdf->Cell(140, 6, $trfData['previousreportnumber'], 1, 0, 'L', true);
}
$pdf->Ln();
@@ -103,3 +103,12 @@ foreach ($idartchs as $idartch) {
$pdf->Cell(140, 6, $articleCharacteristic, 1, 0, 'L', TRUE);
$pdf->Ln();
}
$prevrepLabel = ($_SESSION['langselect'] == 'it') ? 'N. Rapporto Precedente' : 'Previous Report n.';
// Stampa la riga
if (!empty($trfData['previousreportnumber'])) {
$prevrepLabel = ($_SESSION['langselect'] == 'it') ? 'N. Rapporto Precedente' : 'Previous Report n.';
$pdf->Cell(50, 6, $prevrepLabel, 1, 0, 'L');
$pdf->Cell(140, 6, $trfData['previousreportnumber'], 1, 0, 'L', true);
}