diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php index 0043ee7..ef34d1c 100644 --- a/app/Controllers/PrintResult.php +++ b/app/Controllers/PrintResult.php @@ -489,13 +489,13 @@ class PrintResult extends BaseController { if ($hostordernumber[0] == 'B' || $hostordernumber[0] == 'Z') { if ($uservalidator != null){ - $doctor = "dr. I Komang Parwata Sp.PK"; + $doctor = "dr. I Komang Parwata, SpPK Subip.B.D.K.T.(k)"; $analyst = "Mrs. Gusti Ayu Riska Mastari"; $noreg = "Reg. No: 570/SIPDS/0001/I/DPMPTSP/2023"; $signature = ""; $enteredby = "Entered By"; $labtech = "Lab Technician"; - $verifiedby = "Verified By"; + $verifiedby = "Verified By"; } else { $verifiedby = "Waiting for Validation"; @@ -714,7 +714,7 @@ class PrintResult extends BaseController { - + ".$enteredby diff --git a/public/assets/css/pdf_new.css b/public/assets/css/pdf_new.css index 0096917..6eaa077 100644 --- a/public/assets/css/pdf_new.css +++ b/public/assets/css/pdf_new.css @@ -166,6 +166,12 @@ tr.chapter td { /* border:solid 1px black; */ } +.table_footer tr td.margin_right { + padding-right: 80px; + text-align: right; + /* background-color: aqua; */ +} + .text-left { text-align: left; }