From f4f56255f48c20921a22652a79438ed9d4b3b7a3 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Thu, 21 May 2026 13:48:20 +0700 Subject: [PATCH] Move medical report watermark up --- 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 af621031..778e35f4 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 = 80.0; + $y = 68.0; $this->Image($this->watermarkPath, $x, $y, $drawW, $drawH, 'JPEG'); }