From af229728edf03bdc336cff4e9949a56fe342a15e Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Thu, 21 May 2026 13:49:24 +0700 Subject: [PATCH] Raise watermark position --- 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 778e35f4..0c828e62 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 = 68.0; + $y = 58.0; $this->Image($this->watermarkPath, $x, $y, $drawW, $drawH, 'JPEG'); }