Modify for M18b certification - Added multi site as request by M Piccolini
This commit is contained in:
@@ -11,7 +11,11 @@ $pdf->Cell(0, 9, $secondsent, 0, 1);
|
||||
//$pdf->Cell(0,9,$foursent,0,1);
|
||||
// ***start with Audit address
|
||||
//typecert 3 info
|
||||
include('pdfcreation/auditable.php');
|
||||
if ($idcertificate == 5) {
|
||||
include('pdfcreation/auditable.php');
|
||||
} elseif ($idcertificate == 6) {
|
||||
include('pdfcreation/auditablem18b.php');
|
||||
}
|
||||
$pdf->Ln();
|
||||
//include('pdfcreation/invoicecontacttable.php');
|
||||
$pdf->Ln();
|
||||
|
||||
Reference in New Issue
Block a user