diff --git a/app/Controllers/PrintResult.php b/app/Controllers/PrintResult.php
index f3f4cf2..69cb65c 100644
--- a/app/Controllers/PrintResult.php
+++ b/app/Controllers/PrintResult.php
@@ -492,7 +492,7 @@ class PrintResult extends BaseController {
$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 = "
";
+ $signature = "
 | ";
$enteredby = "Entered By | ";
$labtech = "Lab Technician | ";
$verifiedby = "Verified By | ";
@@ -504,17 +504,17 @@ class PrintResult extends BaseController {
$doctor = "";
$analyst = "";
$noreg = "";
- $signature = "";
+ $signature = " | ";
}
} elseif ($hostordernumber[0] == 'S' || $hostordernumber[0] == 'X') {
$doctor = "dr. I.G.A.A Putri Sri Rejeki, Sp.PK";
$noreg = "SIP : 503.446/1091/B/IP.DS/436.7.15/2022";
- $signature = "
";
+ $signature = " | ";
$enteredby = "Entered By | ";
$labtech = "Lab Technician | ";
- $verifiedby = "Verified By | ";
+ $verifiedby = "Verified By | ";
if ($uservalidator == "MG") {
$analyst = "Mrs. Mega Rahayu Ningsih";
@@ -527,7 +527,7 @@ class PrintResult extends BaseController {
$doctor = "";
$analyst = "";
$noreg = "";
- $signature = "";
+ $signature = " | ";
}
}
@@ -538,7 +538,7 @@ class PrintResult extends BaseController {
$doctor = "";
$analyst = "";
$noreg = "";
- $signature = "";
+ $signature = " | ";
}
// Khusus untuk value Header
@@ -714,7 +714,7 @@ class PrintResult extends BaseController {