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