From: Agnibho Mondal Date: Sat, 5 Jun 2021 01:25:10 +0000 (+0530) Subject: Minor X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=67dc341983c043eff4e0e98440820752d8065fa6;p=simpleipd.git Minor --- diff --git a/www/index.php b/www/index.php index f268bad..23147ba 100644 --- a/www/index.php +++ b/www/index.php @@ -33,7 +33,7 @@ while($arr=$reqs->fetchArray()){ else{ $received="Sample Not Received"; } - $showReqs=$showReqs."".$test."".$arr["sample"]."".$arr["room"]."".date("M j", $arr["time"])."".$pid."".$arr["addl"]."".$received.""; + $showReqs=$showReqs."".$test."".$arr["sample"]."".$arr["room"]."".date("M j", $arr["time"])."".$pid." (".$db->getWard($pid)->fetchArray()["ward"]."-".$db->getBed($pid)->fetchArray()["bed"].")".$arr["addl"]."".$received.""; } ?>