Update tools controllers and assets

This commit is contained in:
sas.fajri
2026-05-21 13:43:16 +07:00
parent 0b87e2e7cd
commit e53e9c19f7
7 changed files with 1094 additions and 0 deletions

View File

@@ -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);
}
}