From dae16e1afeade2e2e8e459e54d6265fb6bc42582 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Thu, 21 May 2026 13:47:10 +0700 Subject: [PATCH] Raise medical report watermark --- application/controllers/tools/Medical_checkup_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/tools/Medical_checkup_report.php b/application/controllers/tools/Medical_checkup_report.php index 257c1dec..af621031 100644 --- a/application/controllers/tools/Medical_checkup_report.php +++ b/application/controllers/tools/Medical_checkup_report.php @@ -27,7 +27,7 @@ class MedicalCheckupReportPdf extends FPDF // Position tuned to match lab report reference. $x = ($this->GetPageWidth() - $drawW) / 2; - $y = 86.0; + $y = 80.0; $this->Image($this->watermarkPath, $x, $y, $drawW, $drawH, 'JPEG'); }