Update tools controllers and assets
This commit is contained in:
@@ -567,6 +567,8 @@ class Medical_checkup_report extends MY_Controller
|
||||
$available = $pdf->GetPageHeight() - $bottomMargin - $pdf->GetY();
|
||||
if ($available < $neededHeight) {
|
||||
$pdf->AddPage();
|
||||
// Samakan jarak awal konten di halaman lanjutan.
|
||||
$pdf->SetY(35);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user