diff --git a/application/controllers/tools/Medical_checkup_report.php b/application/controllers/tools/Medical_checkup_report.php index 0c828e62..be23cf43 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 = 58.0; + $y = 48.0; $this->Image($this->watermarkPath, $x, $y, $drawW, $drawH, 'JPEG'); }